Преглед изворни кода

changed Model update call to refresh instead of aboutToBeShown

Andreas Mülder пре 14 година
родитељ
комит
b49054c947

+ 1 - 1
plugins/org.yakindu.sct.ui.editor/src/org/yakindu/sct/ui/editor/propertysheets/SubmachineSelectionDialogPropertyDescriptor.java

@@ -58,7 +58,7 @@ public class SubmachineSelectionDialogPropertyDescriptor implements
 	private Label label;
 	private Label label;
 	private UpdateLabelAdapter updateLabelAdapter;
 	private UpdateLabelAdapter updateLabelAdapter;
 
 
-	public void bindToModel(EObject eObject) {
+	public void updateModelBinding(EObject eObject) {
 		this.submachine = (SubmachineState) eObject;
 		this.submachine = (SubmachineState) eObject;
 		updateLabel(submachine);
 		updateLabel(submachine);
 		if (updateLabelAdapter == null) {
 		if (updateLabelAdapter == null) {