Version: HEAD (using KDE KDE 3.5.1) OS: Linux PROBLEM: Start Kst Create a curve Right click on the plot and select eDIT... Plot Object In the Edit Curve dialog click on Edit Multiple>> Selcet the curve object Change the line width (and only the line width) Hit OK Select Data... New Curve... Create a new curve in a new plot (select a y-axis vector whose range is NOT 0 to 1) RESULTS: The y-axis range is from 0 to 1 EXPECTED RESULTS: The y-axis range reflects the range of the y-axis vector
Created attachment 20191 [details] Proposed patch
SVN commit 651219 by netterfield: BUG: 143849 Approving Andrew's patch, and commiting it. M +1 -0 kstcurvedialog_i.cpp --- trunk/extragear/graphics/kst/src/libkstapp/kstcurvedialog_i.cpp #651218:651219 @@ -191,6 +191,7 @@ _w->_curveAppearance->show(); _w->_curveAppearance->reset(); _w->_interp->setCurrentItem(0); + _w->_checkBoxIgnoreAutoscale->setChecked(false); adjustSize(); resize(minimumSizeHint());