Normand Briere
2019-05-05 1e1c7fcdb3d0f8be350c5f6c32b6afa6705168ea
Object3D.java
....@@ -2300,6 +2300,7 @@
23002300 {
23012301 if (newWindow)
23022302 {
2303
+ new Exception().printStackTrace();
23032304 System.exit(0);
23042305 if (parent != null)
23052306 {
....@@ -7377,6 +7378,7 @@
73777378 objectUI.closeUI();
73787379 if (editWindow != null)
73797380 {
7381
+ editWindow.ctrlPanel.FlushUI();
73807382 editWindow.refreshContents();
73817383 } // ? new
73827384 objectUI = null;