[Kst] extragear/graphics/kst/src/libkstapp

Andrew Walker arwalker at sumusltd.com
Thu Jun 1 19:47:35 CEST 2006


SVN commit 547320 by arwalker:

BUG:124985 In the old kst file the padding was set to 5. The padding should always be zero for this object.

 M  +2 -0      kstviewlegend.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kstviewlegend.cpp #547319:547320
@@ -124,6 +124,8 @@
       addCurve(*it);
     }
   }
+  
+  setPadding(0);
 }
 
 


More information about the Kst mailing list