[Kst] [Bug 135992] Plot ranges don't adjust when modified in "Edit Plot" dialog.
netterfield at astro.utoronto.ca
netterfield at astro.utoronto.ca
Fri Oct 20 14:59:21 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=135992
netterfield astro utoronto ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From netterfield astro utoronto ca 2006-10-20 14:59 -------
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);
}
}
More information about the Kst
mailing list