1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00

Updated JUCE Demo Examples

This commit is contained in:
Felix Faire 2014-10-27 17:31:16 +00:00
parent 4f591df870
commit 03b485d3dc
42 changed files with 183 additions and 339 deletions

View file

@ -126,7 +126,7 @@ public:
void paint (Graphics& g)
{
fillBrushedAluminiumBackground (g);
fillTiledBackground (g);
}
private: