https://bugs.kde.org/show_bug.cgi?id=431921
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/breeze/commit/d201a1f187 | |243da677f8fa6e94325c41c3b90 | |07c Resolution|--- |FIXED --- Comment #12 from Fabian Vogt <fab...@ritter-vogt.de> --- Git commit d201a1f187243da677f8fa6e94325c41c3b9007c by Fabian Vogt. Committed on 09/04/2021 at 09:33. Pushed by fvogt into branch 'master'. Fix SplitterProxy not clearing when above another QSplitterHandle When two SplitterHandles are next to each other, like at the intersection of a horizontal and vertical splitter (|-), then it's possible that hiding the proxy of one of those handles causes the other handle to gain focus immediately, which activates the SplitterProxy again. Before this patch, it would then continue clearing after reenabling itself, leading to an inconsistent state. M +6 -6 kstyle/breezesplitterproxy.cpp https://invent.kde.org/plasma/breeze/commit/d201a1f187243da677f8fa6e94325c41c3b9007c -- You are receiving this mail because: You are watching all bug changes.