Summary: | Default font settings not saved on exit | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | D. V. Wiebe <dvw> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | netterfield |
Priority: | NOR | ||
Version: | 2.0.4 | ||
Target Milestone: | 2.0.4 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
D. V. Wiebe
2011-05-28 03:43:24 UTC
Another UI bug + a real bug. UI Bug: this option only applies to View Item Labels, and not labels in plots, or legends. It is redundant with the color selector in the label dialog. There is no reason for this. Real Bug: the option is not saved. SVN commit 1236936 by netterfield: CCBUG: 274322 Add saving defaults to the label dialog. M +11 -0 devel-docs/Kst2Specs/Bugs M +13 -6 src/libkstapp/labelcreator.cpp M +1 -0 src/libkstapp/labelcreator.h M +12 -5 src/libkstapp/labelcreator.ui M +19 -4 src/libkstapp/labelitem.cpp M +3 -0 src/libkstapp/labelitem.h M +5 -0 src/libkstapp/labelitemdialog.cpp M +0 -1 src/libkstapp/plotitem.cpp M +2 -2 src/plugins/dataobject/linefit/linefit.cpp M +1 -1 src/plugins/dataobject/syncbin/syncbin.cpp M +1 -1 src/plugins/filters/despike/filterdespike.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1236936 Fixed by Barth in commit 1238324. For some reason the post-commit hook did not work... |