From 65b87719542baec460c1336797af317e3422baef Mon Sep 17 00:00:00 2001 From: asl Date: Wed, 5 Apr 2006 08:39:14 +0000 Subject: [PATCH] PAL11489 - incorrect popup after delete SaveViewParams object in VISU --- src/VISUGUI/VisuGUI.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 9322dc87..d203d433 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -1173,6 +1173,7 @@ OnDeleteObjects() // Finish transaction aStudyBuilder->CommitCommand(); + mgr->clearSelected(); } void -- 2.39.2