|
|
@ -101,10 +101,8 @@ public class WidgetPropertyPane extends FormDockView implements BaseWidgetProper |
|
|
|
|
|
|
|
|
|
|
|
propertyTable.initPropertyGroups(null); |
|
|
|
propertyTable.initPropertyGroups(null); |
|
|
|
eventTable.refresh(); |
|
|
|
eventTable.refresh(); |
|
|
|
if (widgetPropertyTables.size() > 0) { |
|
|
|
for (AbstractPropertyTable propertyTable : widgetPropertyTables) { |
|
|
|
for (AbstractPropertyTable propertyTable : widgetPropertyTables) { |
|
|
|
propertyTable.initPropertyGroups(designer); |
|
|
|
propertyTable.initPropertyGroups(designer); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|