Summary: | Remember selection action setting on switching selection tool | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Grósz Dániel <groszdanielpub> |
Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bugs_kde_org2, halla, miabraha |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krita/73a125f71cbd1f0af2e0cce820e6dbc7a5cf80d5 | Version Fixed In: | |
Sentry Crash Report: |
Description
Grósz Dániel
2009-12-26 23:01:18 UTC
This would be very useful, but I'm not sure how it's going to work with the selection refactor plan. Still, definitely confirmed as needed polish. We should use the canvas resource provider here. It can't be very difficult to do, actually. WISHGROUP: Small Usability Fixes Six and a half years later this is implemented (= https://phabricator.kde.org/rKRITAd850ff238bd6b34aa6e5c7438d27d0f9791f3529 Git commit 73a125f71cbd1f0af2e0cce820e6dbc7a5cf80d5 by Boudewijn Rempt, on behalf of Michael Abrahams. Committed on 24/06/2016 at 06:09. Pushed by rempt into branch 'krita/3.0'. Share selection options across tools Use KisCanvasResourceProvider to synchronize the options across the various tool widgets. M +23 -0 libs/ui/kis_canvas_resource_provider.cpp M +11 -1 libs/ui/kis_canvas_resource_provider.h M +43 -17 libs/ui/tool/kis_selection_tool_config_widget_helper.cpp M +9 -5 libs/ui/tool/kis_selection_tool_config_widget_helper.h M +0 -6 libs/ui/tool/kis_tool_select_base.h M +20 -14 libs/ui/widgets/kis_selection_options.cc M +4 -0 libs/ui/widgets/kis_selection_options.h http://commits.kde.org/krita/73a125f71cbd1f0af2e0cce820e6dbc7a5cf80d5 Yay :-) |