Browse Source

Projucer: Added missing juce namespace to ToggleButtonHandler generated code in the GUI editor

tags/2021-05-28
ed 4 years ago
parent
commit
b8c64bacf4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/ComponentEditor/Components/jucer_ToggleButtonHandler.h

+ 1
- 1
extras/Projucer/Source/ComponentEditor/Components/jucer_ToggleButtonHandler.h View File

@@ -85,7 +85,7 @@ public:
String s;
if (tb->getToggleState())
s << memberVariableName << "->setToggleState (true, dontSendNotification);\n";
s << memberVariableName << "->setToggleState (true, juce::dontSendNotification);\n";
s << getColourIntialisationCode (component, memberVariableName)
<< '\n';


Loading…
Cancel
Save