[Kst] branches/work/kst/1.6/kst/src/libkstapp
Andrew Walker
arwalker at sumusltd.com
Tue Dec 11 01:38:14 CET 2007
SVN commit 747084 by arwalker:
BUG:153647 Unchecking the 'Match contents to box' when a curve is added or removed from the plot contents appears to have been deliberate as of 1.4.0 - but with no stated reason. Such behaviour appears incorrect and so has been fixed.
M +0 -2 kst2dplotwidget_i.cpp
--- branches/work/kst/1.6/kst/src/libkstapp/kst2dplotwidget_i.cpp #747083:747084
@@ -303,7 +303,6 @@
updateButtons();
emit changed();
}
- TrackContents->setChecked(false);
}
@@ -319,7 +318,6 @@
updateButtons();
emit changed();
}
- TrackContents->setChecked(false);
}
More information about the Kst
mailing list