https://bugs.kde.org/show_bug.cgi?id=481952
Méven <me...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst |em/dolphin/-/commit/95551f4 |em/dolphin/-/commit/4dc9510 |4922670be5c4d670833c2d4e398 |a2a8ceb35503cc7e81c20247744 |657495 |91ce8a --- Comment #27 from Méven <me...@kde.org> --- Git commit 4dc9510a2a8ceb35503cc7e81c2024774491ce8a by Méven Car, on behalf of Nicolas Fella. Committed on 08/03/2024 at 18:32. Pushed by meven into branch 'release/24.02'. Remove unneeded code for toggeling dockwidget visibility QDockWidget::toggleViewAction::toggled is emitted when minimizing the application window on X11 (https://bugreports.qt.io/browse/QTBUG-48161 potentially related). This will cause the dockwidget to be hidden when minimizing the window. We don't actually seem to need that connection, triggering the action (via shortcut or menu) seems to correctly show/hide the dockwidget without it (cherry picked from commit 95551f44922670be5c4d670833c2d4e398657495) M +0 -2 src/dolphinmainwindow.cpp https://invent.kde.org/system/dolphin/-/commit/4dc9510a2a8ceb35503cc7e81c2024774491ce8a -- You are receiving this mail because: You are watching all bug changes.