[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Jun 9 23:54:28 CEST 2004


CVS commit by staikos: 

don't falsely take the focus


  M +3 -0      kstviewwidget.cpp   1.41


--- kdeextragear-2/kst/kst/kstviewwidget.cpp  #1.40:1.41
@@ -225,4 +225,7 @@ void KstViewWidget::contextMenuEvent(QCo
   }
 
+  if (_view->mouseGrabber()) {
+    _view->releaseMouse(_view->mouseGrabber());
+  }
   _menu = new KPopupMenu(this);
   //kdDebug() << "Querying for the popup" << endl;





More information about the Kst mailing list