Bug: Projucer generated code does not work for labels

@t0m:

The code the Projucer generates for the label handlers does not work without modifications.

All you need to do is to change jucer_LabelHandler.h:171

to

<< "if (labelThatHasChanged == " << memberVariableName << “.get())\n”

like you did for button and slider.

Thanks a lot,
Ben

We’ve already fixed that one on the develop branch - I’ll get it cherry-picked onto master.

Excelent. thanks