diff --git a/src/eva2/gui/OptimizationEditorPanel.java b/src/eva2/gui/OptimizationEditorPanel.java index 1526518e..b2e462cd 100644 --- a/src/eva2/gui/OptimizationEditorPanel.java +++ b/src/eva2/gui/OptimizationEditorPanel.java @@ -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(); } /**