From 4dd2e309c9ff8808451a1e2c356ef1ef3135a2b5 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 27 Aug 2009 07:25:05 +0000 Subject: [PATCH] Issue 20429: [ CEA 345 ] Python split views does not work with VISU Additional fix for bug of menu command Window/Group All --- src/Qtx/QtxWorkstack.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Qtx/QtxWorkstack.cxx b/src/Qtx/QtxWorkstack.cxx index 91526d0a1..bf888382b 100644 --- a/src/Qtx/QtxWorkstack.cxx +++ b/src/Qtx/QtxWorkstack.cxx @@ -3233,6 +3233,7 @@ void QtxWorkstack::stack() { area_src->removeWidget( *it, true ); area_to->insertWidget( *it, -1 ); + (*it)->showMaximized(); } } } -- 2.39.2