[Kst] [Bug 117771] Tie Box 'current plot' indicator don't get cleared
George Staikos
staikos at kde.org
Tue Dec 6 06:59:44 CET 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=117771
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2005-12-06 06:59 -------
SVN commit 485929 by staikos:
A relic of the KstPainter conversion
BUG: 117771
M +1 -1 kst2dplot.cpp
M +1 -1 kst2dplot.h
--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #485928:485929
@ -3348,7 +3348,7 @
}
-void Kst2DPlot::removeFocus(QPainter& p) {
+void Kst2DPlot::removeFocus(KstPainter& p) {
_mouse.tracker = _mouse.lastLocation = QPoint(-1, -1);
p.setClipRegion(_lastClipRegion);
setHasFocus(false);
--- trunk/extragear/graphics/kst/kst/kst2dplot.h #485928:485929
@ -211,7 +211,7 @
virtual void keyReleaseEvent(QWidget *view, QKeyEvent *e);
virtual void wheelEvent(QWidget *view, QWheelEvent *e);
virtual void setHasFocus(bool hasFocus);
- virtual void removeFocus(QPainter& p);
+ virtual void removeFocus(KstPainter& p);
void cancelZoom(QWidget *view);
void zoomSelfYLocalMax(bool unused);
More information about the Kst
mailing list