Version: (using KDE KDE 3.5.1) Installed from: Compiled From Sources 1. create a plot 2. double click the plot in xy zoom mode, select the range tab of the edit plot dialog. 3. try to change the x or y range to some expression, click apply or ok. the plot range doesn't update! does anyone else have this problem?
probably related to the new plot dialog.
SVN commit 597466 by netterfield: BUG: 135992 These lines got recently deleted... anyone know why? M +2 -0 kst2dplot.cpp --- trunk/extragear/graphics/kst/src/libkstapp/kst2dplot.cpp #597465:597466 @@ -6473,6 +6473,7 @@ min -= fabs(min) * 0.01; } } + setXScale(min, max); } } @@ -6495,6 +6496,7 @@ min -= fabs(min) * 0.01; } } + setYScale(min, max); } }