diff --git a/extras/Projucer/Source/ComponentEditor/ui/jucer_PaintRoutinePanel.cpp b/extras/Projucer/Source/ComponentEditor/ui/jucer_PaintRoutinePanel.cpp index 601e917475..962728810d 100644 --- a/extras/Projucer/Source/ComponentEditor/ui/jucer_PaintRoutinePanel.cpp +++ b/extras/Projucer/Source/ComponentEditor/ui/jucer_PaintRoutinePanel.cpp @@ -134,7 +134,7 @@ public: if (paintRoutine.containsElement (pe)) { Array props; - pe->getEditableProperties (props, numSelected); + pe->getEditableProperties (props, numSelected > 1); propsPanel->addSection (pe->getTypeName(), props); }