| Summary: | Y axis range set incorrectly | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Proposed patch | ||
|
Description
Andrew Walker
2007-04-04 21:19:58 UTC
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()); |