Skip to content
Unverified Commit 4dc9510a authored by Nicolas Fella's avatar Nicolas Fella Committed by Méven Car
Browse files

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

BUG: 481952
(cherry picked from commit 95551f44)
parent f0e4e1b6
Pipeline #624840 passed with stages
in 6 minutes and 58 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment