Summary: | Preset strip in preset editor does not show currently selected preset | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | animtim |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/55992ce09e97f6635379583695a908a3308de249 | Version Fixed In: | |
Sentry Crash Report: |
Description
animtim
2013-12-03 11:58:34 UTC
it actually selects the right preset -- but the selector strip seems to now have any idea of a currently selected preset anymore. So the preset loaded in the editor is correct, but the strip gets reset. It's caused by this commit: Git commit b0c512ff05ec2f59b21ec2856b2c34828fbbc592 by Sven Langkamp. Committed on 04/11/2013 at 15:43. Pushed by langkamp into branch 'master'. scroll to first entry in the preset strip when switching paintop M +1 -0 krita/ui/widgets/kis_preset_selector_strip.cpp http://commits.kde.org/calligra/b0c512ff05ec2f59b21ec2856b2c34828fbbc592 Git commit 321a35e3c9696caefc2faa4009a36c36aed40af9 by Boudewijn Rempt. Committed on 17/12/2013 at 10:58. Pushed by rempt into branch 'calligra/2.8'. Don't scroll if we don't change paintops and reset the view settings of the strip when we do change paintops. This fixes the weirdness when you select a preset and scroll to the start as well as the weirdness when you select a paintop without presets and then select one with, and the preset icons are shown half-height. M +1 -0 krita/ui/widgets/kis_preset_chooser.cpp M +5 -1 krita/ui/widgets/kis_preset_selector_strip.cpp M +1 -0 krita/ui/widgets/kis_preset_selector_strip.h http://commits.kde.org/calligra/321a35e3c9696caefc2faa4009a36c36aed40af9 Git commit 55992ce09e97f6635379583695a908a3308de249 by Boudewijn Rempt. Committed on 17/12/2013 at 10:58. Pushed by rempt into branch 'master'. Don't scroll if we don't change paintops and reset the view settings of the strip when we do change paintops. This fixes the weirdness when you select a preset and scroll to the start as well as the weirdness when you select a paintop without presets and then select one with, and the preset icons are shown half-height. M +1 -0 krita/ui/widgets/kis_preset_chooser.cpp M +5 -1 krita/ui/widgets/kis_preset_selector_strip.cpp M +1 -0 krita/ui/widgets/kis_preset_selector_strip.h http://commits.kde.org/calligra/55992ce09e97f6635379583695a908a3308de249 |