https://bugs.kde.org/show_bug.cgi?id=514563
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/071d8bd | |d5ec0eba01b3297d646300a420c | |59570d Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dmitry Kazakov <[email protected]> --- Git commit 071d8bdd5ec0eba01b3297d646300a420c59570d by Dmitry Kazakov, on behalf of Luna Lovecraft. Committed on 28/01/2026 at 09:11. Pushed by dkazakov into branch 'master'. Layer selection fixes This fixes layer selection on qt5 (as i forgot to test my previous patch on qt5), fixes an issue where layer selection was behaving different from how it does in stable, and properly fixes shift selection on qt6 Related: bug 514427 Test Plan --------- 1. Build with qt5 2. Create a bunch of layers 3. Ctrl click an unselected layer 4. Layer gets selected/unselected properly 1. Build with qt6 2. Create a bunch of layers 3. Shift click to select multiple layers 4. Layers get selected properly M +18 -0 plugins/dockers/layerdocker/NodeDelegate.cpp M +48 -9 plugins/dockers/layerdocker/NodeView.cpp https://invent.kde.org/graphics/krita/-/commit/071d8bdd5ec0eba01b3297d646300a420c59570d -- You are receiving this mail because: You are watching all bug changes.
