CVS commit by arwalker: Update the event monitor dialog M +3 -0 kst.cpp 1.93 --- kdeextragear-2/kst/kst/kst.cpp #1.92:1.93 @@ -966,4 +966,7 @@ void KstApp::updateDialogs() { viewVectorsDialog->updateViewVectorsDialog(); } + if (!eventMonitorDialog->isHidden()) { + eventMonitorDialog->updateEventMonitorDialog(); + } vectorSaveDialog->init(); view->update();