[Kst] extragear/graphics/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sun Dec 18 23:06:04 CET 2005
SVN commit 489495 by netterfield:
Vector Dialog shouldn't show the legend text entry,
because vectors don't use it... only curves.
M +2 -0 kstvectordialog_i.cpp
--- trunk/extragear/graphics/kst/kst/kstvectordialog_i.cpp #489494:489495
@@ -86,6 +86,8 @@
_configWidget = 0L;
_w->Field->setEnabled(false);
_ok->setEnabled(_w->Field->isEnabled());
+ _legendLabel->hide();
+ _legendText->hide();
}
More information about the Kst
mailing list