[Kst] extragear/graphics/kst/src/libkstapp
Andrew Walker
arwalker at sumusltd.com
Sat Jun 17 02:45:32 CEST 2006
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