Skip to content
Snippets Groups Projects
Commit 01008baa authored by Irina LEE's avatar Irina LEE
Browse files

update tool bar (eln)

parent 55de6e07
No related branches found
No related tags found
1 merge request!72Syscams
...@@ -176,9 +176,6 @@ public class ELNDiagramToolBar extends TToolBar { ...@@ -176,9 +176,6 @@ public class ELNDiagramToolBar extends TToolBar {
button = this.add(mgui.actions[TGUIAction.ELN_INDEPENDENT_CURRENT_SOURCE]); button = this.add(mgui.actions[TGUIAction.ELN_INDEPENDENT_CURRENT_SOURCE]);
button.addMouseListener(mgui.mouseHandler); button.addMouseListener(mgui.mouseHandler);
button = this.add(mgui.actions[TGUIAction.ELN_NODE_REF]);
button.addMouseListener(mgui.mouseHandler);
this.addSeparator(); this.addSeparator();
button = this.add(mgui.actions[TGUIAction.ELN_TDF_VOLTAGE_SOURCE]); button = this.add(mgui.actions[TGUIAction.ELN_TDF_VOLTAGE_SOURCE]);
...@@ -209,6 +206,11 @@ public class ELNDiagramToolBar extends TToolBar { ...@@ -209,6 +206,11 @@ public class ELNDiagramToolBar extends TToolBar {
this.addSeparator(); this.addSeparator();
button = this.add(mgui.actions[TGUIAction.ELN_NODE_REF]);
button.addMouseListener(mgui.mouseHandler);
this.addSeparator();
button = this.add(mgui.actions[TGUIAction.ELN_TOGGLE_ATTR]); button = this.add(mgui.actions[TGUIAction.ELN_TOGGLE_ATTR]);
button.addMouseListener(mgui.mouseHandler); button.addMouseListener(mgui.mouseHandler);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment