mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Added a missing .get() to LabelHandler
This commit is contained in:
parent
914870b573
commit
a88fb32b59
1 changed files with 2 additions and 2 deletions
|
|
@ -168,8 +168,8 @@ public:
|
|||
const String userCodeComment ("UserLabelCode_" + memberVariableName);
|
||||
|
||||
callback
|
||||
<< "if (labelThatHasChanged == " << memberVariableName
|
||||
<< ")\n{\n //[" << userCodeComment << "] -- add your label text handling code here..\n //[/" << userCodeComment << "]\n}\n";
|
||||
<< "if (labelThatHasChanged == " << memberVariableName << ".get())\n"
|
||||
<< "{\n //[" << userCodeComment << "] -- add your label text handling code here..\n //[/" << userCodeComment << "]\n}\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue