| Summary: | Modifications to plot without plot dialog do not cause prompt for save on kst close | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Rick Chern <rchern> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
CVS commit by staikos: setModified on a few more cases. We will just have to fix these one at a time as we come across them. The fix is easy: KstApp::inst()->document()->setModified(); also some minor cleanup (remove obsolete optimization) CCMAIL: 85354-done@bugs.kde.org M +2 -2 datawizard.ui.h 1.64 M +1 -0 kst.cpp 1.195 M +12 -10 kst2dplot.cpp 1.176 M +1 -1 kst2dplot.h 1.73 M +4 -5 kstlabeldialog_i.cpp 1.14 |
Version: 0.99-devel (using KDE KDE 3.2.1) Installed from: RedHat RPMs Compiler: gcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1) OS: Linux After modifying a plot without opening the plot dialog, no prompting for save occurs when kst is closed. How to reproduce: - start kst - load a kst file containing a plot - without opening the plot dialog, do any of the following - zoom/scroll with keyboard/mouse - remove curves with context menu - create a custom label - select File->Close, File->Quit, or click X on the kst window. The kst document is closed without warning. Expected Behaviour: The prompt for save dialog should appear, at least for actions other than zoom/scroll.