Bug 143849

Summary: Y axis range set incorrectly
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Proposed patch

Description Andrew Walker 2007-04-04 21:19:58 UTC
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
Comment 1 Andrew Walker 2007-04-05 21:28:51 UTC
Created attachment 20191 [details]
Proposed patch
Comment 2 Netterfield 2007-04-07 03:23:07 UTC
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());