Normand Briere
2019-07-01 6600d22461ccc1cb602f238a9ffa83cf07dd830e
GroupEditor.java
....@@ -1472,6 +1472,9 @@
14721472 animationItem.addItemListener(this);
14731473 animationItem.setState(Globals.ANIMATION);
14741474
1475
+ menu.add(archiveItem = new MenuItem("Archive3D..."));
1476
+ archiveItem.addActionListener(this);
1477
+
14751478 menu.add("-");
14761479 parseverticesItem = menu.add(new MenuItem("Multiplicity"));
14771480 parseverticesItem.addActionListener(this);
....@@ -4731,7 +4734,7 @@
47314734 void refreshContents(boolean cp)
47324735 {
47334736 if (objectPanel.getSelectedIndex() == objectPanel.indexOfTab("Info"))
4734
- if (!Globals.MOUSEDRAGGED) // && !Globals.TIMERRUNNING)
4737
+ if (!Globals.MOUSEDRAGGED && group.selection != null) // && !Globals.TIMERRUNNING)
47354738 {
47364739 objEditor.ClearInfo(); // .GetMaterial());
47374740