[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Jun 9 21:20:42 CEST 2004
CVS commit by arwalker:
Don't allow an item to be selected and the corresponding options to be disabled.
M +2 -0 kstdatamanager_i.cpp 1.55
--- kdeextragear-2/kst/kst/kstdatamanager_i.cpp #1.54:1.55
@@ -264,4 +264,6 @@ KstDataManagerI::KstDataManagerI(KstDoc
connect(DataView, SIGNAL(currentChanged(QListViewItem *)),
this, SLOT(currentChanged(QListViewItem *)));
+ connect(DataView, SIGNAL(selectionChanged(QListViewItem *)),
+ this, SLOT(currentChanged(QListViewItem *)));
connect(NewCurve, SIGNAL(clicked()),
More information about the Kst
mailing list