| Summary: | 'Filter in Tag' doesn't work in default(=without touching anything) state | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | acc4commissions |
| Component: | Tagging | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | nightly build (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | All | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/ee24b937d3e2aebffdb7ad825dd5c5bd7d711e76 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
acc4commissions
2021-06-17 17:14:02 UTC
Git commit ee24b937d3e2aebffdb7ad825dd5c5bd7d711e76 by Agata Cacko. Committed on 22/06/2021 at 15:01. Pushed by tymond into branch 'master'. Fix "filter by tag" when checked on startup Before this commit, if the user opened Krita and "filter by tag" was enabled and the user tried to search for some brushes, Krita would ignore the checked "filter by tag" option and show all brushes with all tags. Only after checking and rechecking the bool it would work. This commit fixes that behaviour by only showing the relevant brushes. M +2 -0 libs/resourcewidgets/KisResourceTaggingManager.cpp M +5 -0 libs/resourcewidgets/KisTagFilterWidget.cpp M +2 -0 libs/resourcewidgets/KisTagFilterWidget.h https://invent.kde.org/graphics/krita/commit/ee24b937d3e2aebffdb7ad825dd5c5bd7d711e76 |