[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Tue Oct 11 04:37:20 CEST 2005
SVN commit 469401 by staikos:
update the statusbar before we go into the heavy loading section
M +1 -0 kst.cpp
--- trunk/extragear/graphics/kst/kst/kst.cpp #469400:469401
@@ -365,6 +365,7 @@
void KstApp::updateActions() {
// Hack
StatusBarAction->setChecked(statusBar()->isShown());
+ QApplication::flushX();
QTimer::singleShot(0, this, SLOT(loadExtensions()));
}
More information about the Kst
mailing list