Summary: | Previous/Next blending modes don't follow one another abiding by the drop-down menu list | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | mvowada <freebox64> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, halla |
Priority: | NOR | ||
Version: | 2.9 Beta | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/d301b76c962534de849557ad09bb062f933fae89 | Version Fixed In: | |
Sentry Crash Report: |
Description
mvowada
2015-02-01 12:44:58 UTC
I'm sorry, I've involuntarily messed up the report. Please, ignore what is indicated in above "Steps to Reproduce". In order to reproduce the issue follow what I've indicated under "Actual Results" (1. hit Ctrl+Alt++ to switch to the next blending mode) Git commit 7b270b021923716439a4ec3f1f5cac48d7dd1919 by Boudewijn Rempt. Committed on 02/02/2015 at 18:54. Pushed by rempt into branch 'calligra/2.9'. Apparently, you cannot step through the items in a combobox by increasing or decreasing the current index, so this needs much more thought. M +12 -12 krita/ui/widgets/kis_cmb_composite.cc http://commits.kde.org/calligra/7b270b021923716439a4ec3f1f5cac48d7dd1919 To be investigated deeper after the Qt5 port. Git commit 33fa2048a39427f58c8e1f873e95e2bc4ec9b23f by Dmitry Kazakov. Committed on 04/09/2020 at 18:42. Pushed by dkazakov into branch 'master'. Reenable Next/Prev Blendign Mode shortcuts They were disabled in 2015 because iteration didn't work in a simple way. And my recent fixes for Mouse Wheel and Up/Down keys has solved the issue. M +2 -2 krita/krita.action M +4 -4 libs/ui/widgets/kis_cmb_composite.cc https://invent.kde.org/graphics/krita/commit/33fa2048a39427f58c8e1f873e95e2bc4ec9b23f Git commit d301b76c962534de849557ad09bb062f933fae89 by Dmitry Kazakov. Committed on 04/09/2020 at 18:55. Pushed by dkazakov into branch 'krita/4.3'. Reenable Next/Prev Blendign Mode shortcuts They were disabled in 2015 because iteration didn't work in a simple way. And my recent fixes for Mouse Wheel and Up/Down keys has solved the issue. M +2 -2 krita/krita.action M +4 -4 libs/ui/widgets/kis_cmb_composite.cc https://invent.kde.org/graphics/krita/commit/d301b76c962534de849557ad09bb062f933fae89 |