Bug 143849 - Y axis range set incorrectly
Summary: Y axis range set incorrectly
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-04 21:19 UTC by Andrew Walker
Modified: 2007-04-07 03:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Proposed patch (402 bytes, patch)
2007-04-05 21:28 UTC, Andrew Walker
Details

Note You need to log in before you can comment on or make changes to this bug.
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());