diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1725793..c646e71 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -250,6 +250,8 @@ void MainWindow::onVisibilityChanged() { // Always show if (m_settings->visibility() == DockSettings::AlwaysShow) { + m_hideTimer->stop(); + setGeometry(windowRect()); setVisible(true); updateViewStruts();