1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

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

This commit is contained in:
ed 2021-02-01 10:10:33 +00:00
parent 9a57f50ade
commit b8c64bacf4

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';