Normand Briere
2019-08-07 59de607850161a26863f92961d53caae7a2dabc8
GroupEditor.java
....@@ -1111,7 +1111,7 @@
11111111 cGridBag skyboxpane = new cGridBag();
11121112 skyboxpane.preferredHeight = 100;
11131113
1114
- oe.toolboxPanel.add(skyboxpane);
1114
+ oe.skyboxPanel.add(skyboxpane);
11151115
11161116 JTabbedPane skyboxpanel = new JTabbedPane();
11171117 skyboxpane.add(skyboxpanel);
....@@ -1138,9 +1138,9 @@
11381138 clearPanelButton.setToolTipText("Clear edit panel");
11391139 clearPanelButton.addActionListener(this);
11401140
1141
- editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1142
- unselectButton.setToolTipText("Unselect");
1143
- unselectButton.addActionListener(this);
1141
+ //editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1142
+ //unselectButton.setToolTipText("Unselect");
1143
+ //unselectButton.addActionListener(this);
11441144
11451145 editCommandsPanel.add(flashSelectionButton = GetButton("icons/flash-light.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
11461146 flashSelectionButton.setToolTipText("Highlight selection");
....@@ -5182,7 +5182,7 @@
51825182 {
51835183 editButton.setEnabled(enabled);
51845184 uneditButton.setEnabled(enabled);
5185
- unselectButton.setEnabled(enabled);
5185
+ //unselectButton.setEnabled(enabled);
51865186 flashSelectionButton.setEnabled(enabled);
51875187
51885188 clearPanelButton.setEnabled(!listUI.isEmpty());
....@@ -5190,7 +5190,7 @@
51905190
51915191 void refreshContents(boolean cp)
51925192 {
5193
- if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info"))
5193
+ //if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info"))
51945194 if (!Globals.MOUSEDRAGGED && group.selection != null) // && !Globals.TIMERRUNNING)
51955195 {
51965196 objEditor.ClearInfo(); // .GetMaterial());