[Kst] branches/work/kst/portto4/kst/src/libkstapp

Barth Netterfield netterfield at astro.utoronto.ca
Wed Apr 6 22:44:00 CEST 2011


SVN commit 1227246 by netterfield:

BUG:
Properly escape from drawing modes when esc is pressed.


 M  +1 -0      mainwindow.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1227245:1227246
@@ -668,6 +668,7 @@
   _createPictureAct->setChecked(false);
   _createPlotAct->setChecked(false);
   _createSvgAct->setChecked(false);
+  _tabWidget->currentView()->setMouseMode(View::Default);
 }
 
 


More information about the Kst mailing list