|
|
@ -92,6 +92,7 @@ public class FormHierarchyTreePane extends FormDockView implements HierarchyTree |
|
|
|
public void refreshDockingView() { |
|
|
|
public void refreshDockingView() { |
|
|
|
FormDesigner formDesigner = this.getEditingFormDesigner(); |
|
|
|
FormDesigner formDesigner = this.getEditingFormDesigner(); |
|
|
|
removeAll(); |
|
|
|
removeAll(); |
|
|
|
|
|
|
|
changeVarNameAction = null; |
|
|
|
if(this.componentTree != null) { |
|
|
|
if(this.componentTree != null) { |
|
|
|
this.componentTree.removeAll(); |
|
|
|
this.componentTree.removeAll(); |
|
|
|
} |
|
|
|
} |
|
|
|