[Kst] [Bug 116847] Problem with X/Y Mouse Zoom mode
Andrew Walker
arwalker at sumusltd.com
Tue Nov 22 22:35:09 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=116847
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2005-11-22 22:35 -------
SVN commit 482410 by arwalker:
BUG:116847 Ensure that X/Y Zoom mode line is updated correctly
M +4 -5 ksttoplevelview.cpp
--- trunk/extragear/graphics/kst/kst/ksttoplevelview.cpp #482409:482410
@ -149,11 +149,10 @
QTime t;
t.start();
#endif
- if (bounds.isNull()) {
- p.setClipRegion(clipRegion());
- } else {
- p.setClipRegion(bounds);
- }
+ // if attempts are made to optimize here please
+ // read and test for bug report #116847 before
+ // checking in any code changes...
+ p.setClipRegion(clipRegion());
KstViewObject::paint(type, p, bounds);
#ifdef BENCHMARK
int x = t.elapsed();
More information about the Kst
mailing list