[Kst] branches/work/kst/portto4/kst/src/libkstapp
Barth Netterfield
netterfield at astro.utoronto.ca
Tue Jan 5 00:51:26 CET 2010
SVN commit 1070143 by netterfield:
BUG: 219848
Remove overloaded shortcut.
M +1 -1 plotitem.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #1070142:1070143
@@ -416,7 +416,7 @@
connect(_zoomXAutoBorder, SIGNAL(triggered()), this, SLOT(zoomXAutoBorder()));
_zoomXNoSpike = new QAction(tr("X-Zoom Spike Insensitive"), this);
- _zoomXNoSpike->setShortcut(Qt::CTRL+Qt::Key_S);
+ //_zoomXNoSpike->setShortcut(Qt::CTRL+Qt::Key_S);
registerShortcut(_zoomXNoSpike);
connect(_zoomXNoSpike, SIGNAL(triggered()), this, SLOT(zoomXNoSpike()));
More information about the Kst
mailing list