]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorvsv <vsv@opencascade.com>
Thu, 8 Dec 2011 15:11:58 +0000 (15:11 +0000)
committervsv <vsv@opencascade.com>
Thu, 8 Dec 2011 15:11:58 +0000 (15:11 +0000)
src/LightApp/LightApp_ModuleAction.cxx

index 4f7b136a2ebbd4e8ea55f4ed1636540670880e2a..d3b71ad8a03fa45d138d933b755beaa2cc85a984 100755 (executable)
@@ -552,6 +552,7 @@ void LightApp_ModuleAction::activate( int id, bool fromAction )
         (*it)->setChecked( true );
       checked = (*it)->isChecked();
     }
+    QApplication::processEvents();
   }
 
   QList<QtxComboBox*> widgets = myCombo->widgets();
@@ -561,6 +562,7 @@ void LightApp_ModuleAction::activate( int id, bool fromAction )
     bool blocked = cb->signalsBlocked();
     cb->blockSignals( true );
     cb->setCurrentId( checked ? id : -1 );
+    QApplication::processEvents();
     cb->blockSignals( blocked );
   }