Browse Source

Projucer: Fixed a bug in the GUI editor where some paint element properties weren't being displayed

tags/2021-05-28
ed 8 years ago
parent
commit
956d16bf8d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/ComponentEditor/ui/jucer_PaintRoutinePanel.cpp

+ 1
- 1
extras/Projucer/Source/ComponentEditor/ui/jucer_PaintRoutinePanel.cpp View File

@@ -134,7 +134,7 @@ public:
if (paintRoutine.containsElement (pe))
{
Array <PropertyComponent*> props;
pe->getEditableProperties (props, numSelected);
pe->getEditableProperties (props, numSelected > 1);
propsPanel->addSection (pe->getTypeName(), props);
}


Loading…
Cancel
Save