[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Aug 25 00:55:04 CEST 2004
CVS commit by arwalker:
Might as well do this correctly just in case we ever decide to display axis labels on the right hand of the plot.
M +1 -1 kstalignment.cpp 1.5
--- kdeextragear-2/kst/kst/kstalignment.cpp #1.4:1.5
@@ -69,5 +69,5 @@ void KstAlignment::setPosition(const QRe
xPlotRegionCurrent.setX(xPlotRegion.x());
}
- if (xPlotRegion.y() < xPlotRegionCurrent.y()) {
+ if (xPlotRegion.y() > xPlotRegionCurrent.y()) {
xPlotRegionCurrent.setY(xPlotRegion.y());
}
More information about the Kst
mailing list