[Kst] [Bug 115136] Concept of flow for objects
Andrew Walker
arwalker at sumusltd.com
Sat Jun 17 02:45:41 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=115136
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2006-06-17 02:45 -------
SVN commit 552215 by arwalker:
BUG:115136 Do not have labels follow flow
M +0 -2 kstviewlabel.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kstviewlabel.cpp #552214:552215
@ -59,7 +59,6 @
: KstBorderedViewObject("Label") {
_fallThroughTransparency = false;
_container = false;
- setFollowsFlow(true);
_dataPrecision = 8;
_autoResize = false; // avoid madness
_txt = txt;
@ -84,7 +83,6 @
// some defaults and invariants
_fallThroughTransparency = false;
_container = false;
- setFollowsFlow(true);
_type = "Label";
_dataPrecision = 8;
_autoResize = false; // avoid madness
More information about the Kst
mailing list