Summary: | "Edit > Fill With Foreground/Background colors" should not be influenced by user opacity (Slider) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.8 Pre-Alpha | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/c7c0906d7f00910aef894ce568e1a2c5011678de | Version Fixed In: | |
Sentry Crash Report: |
Description
David REVOY
2014-01-07 13:49:58 UTC
Git commit f042f76bd7bff53feee8f1e62f126137cc427d89 by Boudewijn Rempt. Committed on 07/01/2014 at 14:44. Pushed by rempt into branch 'calligra/2.8'. Bucket fill still uses the currently set opacity, but the shortcuts to fill the entire layer with background or foreground colors should not use the global opacity. M +1 -0 krita/ui/actions/kis_selection_action_factories.cpp M +5 -0 krita/ui/tool/kis_resources_snapshot.cpp M +1 -0 krita/ui/tool/kis_resources_snapshot.h http://commits.kde.org/calligra/f042f76bd7bff53feee8f1e62f126137cc427d89 Git commit c7c0906d7f00910aef894ce568e1a2c5011678de by Boudewijn Rempt. Committed on 07/01/2014 at 14:44. Pushed by rempt into branch 'master'. Bucket fill still uses the currently set opacity, but the shortcuts to fill the entire layer with background or foreground colors should not use the global opacity. M +1 -0 krita/ui/actions/kis_selection_action_factories.cpp M +5 -0 krita/ui/tool/kis_resources_snapshot.cpp M +1 -0 krita/ui/tool/kis_resources_snapshot.h http://commits.kde.org/calligra/c7c0906d7f00910aef894ce568e1a2c5011678de Git commit a0d213b2016d9e89d1504b708c28526a4f151019 by Boudewijn Rempt. Committed on 12/08/2015 at 13:19. Pushed by rempt into branch 'calligra/2.9'. Related: bug 348742 Now we have both options: fill opaque, as in gimp and photoshop, and fill with the current opacity, which we used to have. The default shortcuts have Shift added to respect the current opacity. M +3 -1 krita/ui/actions/kis_selection_action_factories.cpp M +39 -1 krita/ui/kis_selection_manager.cc M +6 -0 krita/ui/kis_selection_manager.h http://commits.kde.org/calligra/a0d213b2016d9e89d1504b708c28526a4f151019 |