Version: 1.1.0_dr1 (using KDE KDE 3.3.2) Installed from: Slackware Packages OS: Linux When in the kst settings dialog, the apply button does not enable itself when you change some of the settings. You must then change (and change back) some other setting to enable the apply button so you can apply your changes. Examples include changing the plot update timer, or enabling/disabling the x-axis time interpretation.
CVS commit by staikos: update the change state when clicking the X interpret checkbox. cannot reproduce problems with the spinbox, and I'm sure I fixed that a while ago. BUG: 96759 M +6 -6 kstsettingsdlg.ui 1.21 --- kdeextragear-2/kst/kst/kstsettingsdlg.ui #1.20:1.21 @@ -979,10 +979,4 @@ </connection> <connection> - <sender>_comboBoxXInterpret</sender> - <signal>activated(int)</signal> - <receiver>KstSettingsDlg</receiver> - <slot>setDirty()</slot> - </connection> - <connection> <sender>_comboBoxXDisplay</sender> <signal>activated(int)</signal> @@ -1045,4 +1039,10 @@ </connection> <connection> + <sender>_checkBoxXInterpret</sender> + <signal>toggled(bool)</signal> + <receiver>KstSettingsDlg</receiver> + <slot>setDirty()</slot> + </connection> + <connection> <sender>_checkBoxAuthentication</sender> <signal>clicked()</signal>