[Kst] extragear/graphics/kst/kst
Rick Chern
rchern at interchange.ubc.ca
Wed Aug 17 21:17:17 CEST 2005
SVN commit 450262 by rchern:
Transparency as default for text labels
M +2 -1 kstgfxtextmousehandler.cpp
--- trunk/extragear/graphics/kst/kst/kstgfxtextmousehandler.cpp #450261:450262
@@ -31,12 +31,13 @@
defaultLabel->setAutoResize(true);
defaultLabel->setForegroundColor(Qt::black);
defaultLabel->setBackgroundColor(Qt::white);
+ defaultLabel->setTransparent(true);
_defaultObject = KstViewObjectPtr(defaultLabel);
}
KstGfxTextMouseHandler::~KstGfxTextMouseHandler() {
-
+
}
More information about the Kst
mailing list