[Kst] branches/work/kst/portto4/kst/src/libkstapp
Peter Kümmel
syntheticpp at gmx.net
Mon Aug 30 20:02:09 CEST 2010
SVN commit 1170075 by kuemmel:
the Qt bug is cross-platform
M +1 -4 view.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/view.cpp #1170074:1170075
@@ -258,13 +258,10 @@
if (!viewItem)
continue;
-#ifdef Q_OS_WIN
// Qt bug (Windows only?): http://bugreports.qt.nokia.com/browse/QTBUG-8188
// also see PlotRenderItem::hoverEnterEvent
if (viewItem && viewItem->tryShortcut(e->key())) {
-#else
- if (viewItem && viewItem->hasFocus() && viewItem->tryShortcut(e->key())) {
-#endif
+ //if (viewItem && viewItem->hasFocus() && viewItem->tryShortcut(e->key())) {
return true;
}
}
More information about the Kst
mailing list