[Kst] [Bug 143523] Plot font size request not always honoured

netterfield at astro.utoronto.ca netterfield at astro.utoronto.ca
Sat Mar 31 00:39:22 CEST 2007


------- 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=143523         
netterfield astro utoronto ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From netterfield astro utoronto ca  2007-03-31 00:39 -------
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