[Kst] branches/work/kst/portto4/kst/src/libkstapp
Peter Kümmel
syntheticpp at gmx.net
Mon Aug 30 20:03:39 CEST 2010
SVN commit 1170076 by kuemmel:
the Qt bug is cross-platform, fix comments
M +1 -1 plotrenderitem.cpp
M +1 -1 view.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/plotrenderitem.cpp #1170075:1170076
@@ -642,7 +642,7 @@
setFocus(Qt::MouseFocusReason);
- // Qt bug (Windows only?): http://bugreports.qt.nokia.com/browse/QTBUG-8188
+ // Qt bug: http://bugreports.qt.nokia.com/browse/QTBUG-8188
// Kst: http://bugs.kde.org/show_bug.cgi?id=247634
//bool foc = hasFocus(); // foc is false in the second tab
--- branches/work/kst/portto4/kst/src/libkstapp/view.cpp #1170075:1170076
@@ -258,7 +258,7 @@
if (!viewItem)
continue;
- // Qt bug (Windows only?): http://bugreports.qt.nokia.com/browse/QTBUG-8188
+ // Qt bug: http://bugreports.qt.nokia.com/browse/QTBUG-8188
// also see PlotRenderItem::hoverEnterEvent
if (viewItem && viewItem->tryShortcut(e->key())) {
//if (viewItem && viewItem->hasFocus() && viewItem->tryShortcut(e->key())) {
More information about the Kst
mailing list