From de39fc656ab610b894d75af00d001f3762b082eb Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 8 Dec 2011 15:11:58 +0000 Subject: [PATCH] *** empty log message *** --- src/LightApp/LightApp_ModuleAction.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/LightApp/LightApp_ModuleAction.cxx b/src/LightApp/LightApp_ModuleAction.cxx index 4f7b136a2..d3b71ad8a 100755 --- a/src/LightApp/LightApp_ModuleAction.cxx +++ b/src/LightApp/LightApp_ModuleAction.cxx @@ -552,6 +552,7 @@ void LightApp_ModuleAction::activate( int id, bool fromAction ) (*it)->setChecked( true ); checked = (*it)->isChecked(); } + QApplication::processEvents(); } QList 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 ); } -- 2.39.2