Summary: | Impossible to assign tag to a brush in master | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Vladimir Savic <vladimir.firefly.savic> |
Component: | Tagging | Assignee: | Halla Rempt <halla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla, loentar |
Priority: | NOR | ||
Version First Reported In: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | GDB stack trace of Crash log on pressing '/' |
Description
Vladimir Savic
2020-11-19 22:13:47 UTC
This bug is reproducible for me either and it appear like regress for me. Here are some additions: 1. Active brush TAG is is not preserved between Krita restarts. It always set to "All" on startup (regress) 2. When switching brushes with "Switch to previous preset" selected brush in Brush preset docker remain unchanged (regress) 3. Adding a new tag to the brush from preset doesn't add it to the tag until Krita is restarted, it's just visually switches to the target tag but the brush doesn't appear there. (regress) Moreover on this I'm not sure if switching to the selected tag is a good idea, it's very inconvenient to add multiple brushes to single tag -- you have to switch to the previous tag and scroll down to the brush again. In conjunction to the "Could not synchronize with the database" bug this makes the custom tags fully unusable. Git commit bde4d15a9869e84aaaef8466db42a4a7f8f9204b by Boudewijn Rempt. Committed on 24/11/2020 at 10:23. Pushed by rempt into branch 'master'. Remove the extra filter model for the preset chooser M +20 -2 libs/resources/KisTagFilterResourceProxyModel.cpp M +11 -3 libs/resources/KisTagFilterResourceProxyModel.h M +10 -17 libs/resourcewidgets/KisResourceItemChooser.cpp M +4 -1 libs/resourcewidgets/KisResourceItemChooser.h M +17 -148 libs/ui/widgets/kis_preset_chooser.cpp https://invent.kde.org/graphics/krita/commit/bde4d15a9869e84aaaef8466db42a4a7f8f9204b Created attachment 133615 [details]
GDB stack trace of Crash log on pressing '/'
After the last change Krita started crashing on pressing the '/' key (previous preset).
To reproduce click on one brush, then on another and press '/'.
Sorry, I can't attach better stacktrace.
I'm still able to reproduce. :/ Yes, I haven't fixed this yet... I've started working on it, but until the bug is marked as resolved, you don't have to tell me that you can still reproduce it. Sorry for bothering, I forgot to mention that crash with switching presets by '/' is only reproducing when any Brush preset in exception to "All" and "All Untagged" is active. This works in 2f3e11e435 |