Normand Briere
2019-05-02 a76491b66a2e304d9ae27a162f407b98c70fbafa
GroupEditor.java
....@@ -505,13 +505,13 @@
505505 uneditButton.setToolTipText("Unedit selection");
506506 uneditButton.addActionListener(this);
507507
508
+ commandsPanel.add(allParamsButton = new JCheckBox("All", allparams)); //, oe.aConstraints);
509
+ allParamsButton.setToolTipText("Edit all params");
510
+ allParamsButton.addActionListener(this);
511
+
508512 commandsPanel.add(clearPanelButton = new cButton("C", !GrafreeD.NIMBUSLAF)); //, oe.aConstraints);
509513 clearPanelButton.setToolTipText("Clear edit panel");
510514 clearPanelButton.addActionListener(this);
511
-
512
- commandsPanel.add(allParamsButton = new cButton("A", !GrafreeD.NIMBUSLAF)); //, oe.aConstraints);
513
- allParamsButton.setToolTipText("All params??");
514
- allParamsButton.addActionListener(this);
515515
516516 commandsPanel.add(unselectButton = new cButton("U", !GrafreeD.NIMBUSLAF)); //, oe.aConstraints);
517517 unselectButton.setToolTipText("Unselect");
....@@ -2892,7 +2892,7 @@
28922892
28932893 child.editWindow = null; // ???????????
28942894 }
2895
- objEditor.ctrlPanel.validate();
2895
+ objEditor.ctrlPanel.FlushUI();
28962896 //objEditor.jTree.clearSelection();
28972897 //objEditor.ResetSliders();
28982898 refreshContents(true);
....@@ -4946,8 +4946,8 @@
49464946 cButton flashSelectionButton;
49474947 cButton editButton;
49484948 cButton uneditButton;
4949
+ JCheckBox allParamsButton;
49494950 cButton clearpanelButton;
4950
- cButton allParamsButton;
49514951 cButton unselectButton;
49524952
49534953 cButton screenfitButton;