[Kst] extragear/graphics/kst/src/libkstapp

Eli Fidler eli at staikos.net
Fri May 4 18:28:38 CEST 2007


SVN commit 661118 by fidler:

fix for bug 144372: Edit legend dialog doesn't activate 'apply' when some changes are made


 M  +2 -0      viewlegendwidget.ui.h  


--- trunk/extragear/graphics/kst/src/libkstapp/viewlegendwidget.ui.h #661117:661118
@@ -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