[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Fri Jun 4 21:30:41 CEST 2004


CVS commit by staikos: 

Escape cancels layout operations


  M +3 -0      kstviewwidget.cpp   1.34


--- kdeextragear-2/kst/kst/kstviewwidget.cpp  #1.33:1.34
@@ -333,4 +333,7 @@ void KstViewWidget::keyPressEvent(QKeyEv
     }
     return;
+  } else if (e->key() == Qt::Key_Escape && _view->viewMode() == KstTopLevelView::LayoutMode) {
+    _view->cancelMouseOperations();
+    return;
   }
 





More information about the Kst mailing list