From c209bbe1cf788c9af3dcffea7667c830170a3f1f Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Wed, 01 May 2019 20:30:51 -0400 Subject: [PATCH] Complete advanced mode. --- Object3D.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Object3D.java b/Object3D.java index 70c7ead..1478589 100644 --- a/Object3D.java +++ b/Object3D.java @@ -2300,6 +2300,7 @@ { if (newWindow) { + new Exception().printStackTrace(); System.exit(0); if (parent != null) { @@ -7377,6 +7378,7 @@ objectUI.closeUI(); if (editWindow != null) { + editWindow.ctrlPanel.FlushUI(); editWindow.refreshContents(); } // ? new objectUI = null; -- Gitblit v1.6.2