]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Issue 20429: [ CEA 345 ] Python split views does not work with VISU
authorvsr <vsr@opencascade.com>
Thu, 27 Aug 2009 07:25:05 +0000 (07:25 +0000)
committervsr <vsr@opencascade.com>
Thu, 27 Aug 2009 07:25:05 +0000 (07:25 +0000)
Additional fix for bug of menu command Window/Group All

src/Qtx/QtxWorkstack.cxx

index 91526d0a158380569fe699b8c361dc7861c7fa4f..bf888382bd62b9d23ad9968b04af8e2c2def5055 100644 (file)
@@ -3233,6 +3233,7 @@ void QtxWorkstack::stack()
     {
       area_src->removeWidget( *it, true );
       area_to->insertWidget( *it, -1 );
+      (*it)->showMaximized();
     }
   }
 }