[Kst] extragear/graphics/kst/src/libkstapp
Barth Netterfield
netterfield at astro.utoronto.ca
Sat Mar 31 00:39:13 CEST 2007
SVN commit 648295 by netterfield:
BUG: 143523
Make sure to do internal alignment on child objects.
Reviewed by George.
M +2 -0 kst2dplot.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kst2dplot.cpp #648294:648295
@@ -2011,6 +2011,8 @@
double xtick_len_px, ytick_len_px;
int x_px, y_px;
+ KstViewObject::internalAlignment(p, plotRegion);
+
// resize labels based on window size.
x_px = geometry().width();
y_px = geometry().height();
More information about the Kst
mailing list