[Kst] [Bug 144372] Edit legend dialog doesn't activate 'apply' when some changes are made
Andrew Walker
arwalker at sumusltd.com
Tue Apr 24 19:02:24 CEST 2007
------- 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=144372
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2007-04-24 19:02 -------
SVN commit 657638 by arwalker:
BUG:144372 Enable the Apply button when curve order in legend dialog is modified
M +2 -0 viewlegendwidget.ui.h
--- branches/work/kst/1.5/kst/src/libkstapp/viewlegendwidget.ui.h #657637:657638
@ -22,6 +22,8 @
connect(_add, SIGNAL(clicked()), this, SLOT(addDisplayedCurve()));
connect(_up, SIGNAL(clicked()), DisplayedCurveList, SLOT(up()));
connect(_down, SIGNAL(clicked()), DisplayedCurveList, SLOT(down()));
+ connect(_up, SIGNAL(clicked()), DisplayedCurveList, SIGNAL(changed()));
+ connect(_down, SIGNAL(clicked()), DisplayedCurveList, SIGNAL(changed()));
_up->setPixmap(BarIcon("up"));
_up->setEnabled(false);
More information about the Kst
mailing list