Object3D.java
.. .. @@ -2300,6 +2300,7 @@ 2300 2300 { 2301 2301 if (newWindow) 2302 2302 { 2303 + new Exception().printStackTrace();2303 2304 System.exit(0); 2304 2305 if (parent != null) 2305 2306 { .. .. @@ -7377,6 +7378,7 @@ 7377 7378 objectUI.closeUI(); 7378 7379 if (editWindow != null) 7379 7380 { 7381 + editWindow.ctrlPanel.FlushUI();7380 7382 editWindow.refreshContents(); 7381 7383 } // ? new 7382 7384 objectUI = null;