Fix object change bug

This commit is contained in:
Fabian Becker 2015-12-07 12:36:03 +01:00
parent a196a580d2
commit 61ed76577e

View File

@ -376,8 +376,6 @@ public class OptimizationEditorPanel extends JPanel implements ItemListener {
public void updateChildPropertySheet() {
// Set the object as the target of the PropertySheet
propertySheetPanel.setTarget(genericObjectEditor.getValue());
// Update the chooser
this.updateChooser();
}
/**