[Kst] branches/work/kst/viewpaint/kst/kst

George Staikos staikos at kde.org
Sun Jan 29 18:13:37 CET 2006


SVN commit 503601 by staikos:

typo


 M  +1 -1      kstviewlegend.cpp  


--- branches/work/kst/viewpaint/kst/kst/kstviewlegend.cpp #503600:503601
@@ -367,7 +367,7 @@
   } else {
     width = _textWidth + 9*_ascent*_curves.count()/2 - _ascent;
   }
-  double height = _textHeight;
+  int height = _textHeight;
 
   QSize sz(width, height);
 


More information about the Kst mailing list