1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

module selection fixes

This commit is contained in:
jules 2014-11-12 15:50:03 +00:00
parent 48d468ddb3
commit 8980ed2b9c
5 changed files with 74 additions and 55 deletions

View file

@ -41,7 +41,7 @@ public:
void render() override
{
OpenGLHelpers::clear (Colours::black);
}
void paint (Graphics& g) override