[Kst] branches/work/kst/portto4/kst/src/libkstapp
Mike Fenton
mike at staikos.net
Wed Jan 30 21:28:35 CET 2008
SVN commit 768867 by fenton:
Fix Zoom Y Out.
M +1 -1 plotrenderitem.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/plotrenderitem.cpp #768866:768867
@@ -1384,7 +1384,7 @@
QRectF compute = item->projectionRect();
- qreal dy = compute.width() * 0.1666666;
+ qreal dy = compute.height() * 0.1666666;
compute.setTop(compute.top() + dy);
compute.setBottom(compute.bottom() - dy);
More information about the Kst
mailing list