SUMMARY 5.0 prealpha I feel like there was a similar bugreport to this but it was fix. And I see this again. STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT EXPECTED RESULT It should display the lastely selected brush tag. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
I can confirm this for the Jun 08 5.0.0-prealpha (git 8944b0f) appimage. The tag reverts to All but the text 'All' is not visible until ther tag selection drop down is clicked, then it remains visible (if selected) from that point on. This does not happen in 4.4.3 hence regression. Also, the last used brush preset is active and it is highlighted in the Brush Preset History docker but is not highlighted in the Brush Presets docker.
4.x has: libs/widgets/KoResourceModel.cpp: KConfigGroup group = KSharedConfig::openConfig()->group("SelectedTags"); libs/widgets/KoResourceTaggingManager.cpp: KConfigGroup group = KSharedConfig::openConfig()->group("SelectedTags"); These config groups aren't used at all anymore.
Huh... I just pushed commit ed849172759877632204faff79e6e2a7c9e3e5ca (HEAD -> master, origin/master, origin/HEAD) Author: Boudewijn Rempt <boud@valdyas.org> Date: Tue Aug 10 10:50:05 2021 +0200 Save the current tag to kritarc and restore it BUG:438247 And the bug didn't get closed?
Argh... I was just using an old gitconfig. Anyway, it's fixed.