1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Pimped the demo app with some new images

This commit is contained in:
jules 2015-11-04 12:14:08 +00:00
parent 04e55e6438
commit d06fc22369
70 changed files with 1291 additions and 2509 deletions

View file

@ -125,7 +125,7 @@ public:
void paint (Graphics& g) override
{
fillTiledBackground (g);
fillStandardDemoBackground (g);
}
private: