From: vsr Date: Thu, 27 Aug 2009 07:25:05 +0000 (+0000) Subject: Issue 20429: [ CEA 345 ] Python split views does not work with VISU X-Git-Tag: V5_1_3rc1~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4dd2e309c9ff8808451a1e2c356ef1ef3135a2b5;p=modules%2Fgui.git Issue 20429: [ CEA 345 ] Python split views does not work with VISU Additional fix for bug of menu command Window/Group All --- 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(); } } }