https://bugs.kde.org/show_bug.cgi?id=497803
Felix Ernst <felixer...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/syst | |em/dolphin/-/commit/bfeeb46 | |c3ae0b6e933b0381cc10eebad38 | |a2b8c0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Felix Ernst <felixer...@kde.org> --- Git commit bfeeb46c3ae0b6e933b0381cc10eebad38a2b8c0 by Felix Ernst, on behalf of Felix Ernst. Committed on 06/01/2025 at 15:09. Pushed by felixernst into branch 'master'. Fix focus changing when unminimising on X11 In f220e3b0783a24a6c7195f170297cf4b12a29d85 I made the keyboard focus move to the places and terminal panel whenever they are toggled visible. Unfortunately the QDockWidget::visibilityChanged() signal is also emitted (at least on X11) simply when the window containing that panel is minimized or restored. This commit overrides the QDockWidget::event() method to ignore such spontaneous show or hide events so QDockWidget won't emit the visibilityChanged() signal then. M +17 -0 src/dolphindockwidget.cpp M +6 -0 src/dolphindockwidget.h https://invent.kde.org/system/dolphin/-/commit/bfeeb46c3ae0b6e933b0381cc10eebad38a2b8c0 -- You are receiving this mail because: You are watching all bug changes.