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:
parent
9a57f50ade
commit
b8c64bacf4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue