[Kst] [Bug 124985] Legend drawing artefacts between text and border
Andrew Walker
arwalker at sumusltd.com
Thu Jun 1 19:47:50 CEST 2006
------- 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=124985
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2006-06-01 19:47 -------
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