Summary: | In “Brush Presets”, tags other than All and All Untagged do not show that the brush presets have been changed. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Eranthis stellata Maxim <1012468643> |
Component: | Brush engines | Assignee: | Lynx3d <lynx.mw+kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lynx.mw+kde |
Priority: | NOR | ||
Version First Reported In: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/85bb2715697dd77a89eeca053a2fa5eeb4b5129d | Version Fixed In: | |
Sentry Crash Report: |
Description
Eranthis stellata Maxim
2021-07-10 10:11:43 UTC
Git commit 81addad7335290169a9a0d5c78d06d1da1728088 by Mathias Wein. Committed on 24/07/2021 at 14:10. Pushed by rempt into branch 'master'. Fix SQL query in KisResourceQueryMapper::variantFromResourceQueryById The missing match on storage ID gave invalid storage location and hence the query if a resource is dirty failed. M +1 -0 libs/resources/KisResourceQueryMapper.cpp https://invent.kde.org/graphics/krita/commit/81addad7335290169a9a0d5c78d06d1da1728088 Git commit 85bb2715697dd77a89eeca053a2fa5eeb4b5129d by Mathias Wein. Committed on 24/07/2021 at 14:55. Pushed by rempt into branch 'master'. Fix Brush Preset Docker having wrong selection initially Also remove some redundant function calls that were found during investigation of the issues. Together with the previous commits, this should fix bug 439718. M +0 -2 libs/resources/KisTagFilterResourceProxyModel.cpp M +1 -2 plugins/dockers/presetdocker/presetdocker_dock.cpp https://invent.kde.org/graphics/krita/commit/85bb2715697dd77a89eeca053a2fa5eeb4b5129d (In reply to Lynx3d from comment #2) > Git commit 85bb2715697dd77a89eeca053a2fa5eeb4b5129d by Mathias Wein. > Committed on 24/07/2021 at 14:55. > Pushed by rempt into branch 'master'. > > Fix Brush Preset Docker having wrong selection initially > > Also remove some redundant function calls that were found during > investigation of the issues. > > Together with the previous commits, this should fix bug 439718. > > M +0 -2 libs/resources/KisTagFilterResourceProxyModel.cpp > M +1 -2 plugins/dockers/presetdocker/presetdocker_dock.cpp > > https://invent.kde.org/graphics/krita/commit/ > 85bb2715697dd77a89eeca053a2fa5eeb4b5129d thank you. |