Skip to content

Commit 0a62369

Browse files
committed
Fixed potential case when leaving fullscreen with mouse autohide
1 parent c1af162 commit 0a62369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/mainwindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@ void MainWindow::FullScreen(bool fs)
13131313
ui->playbackLayoutWidget->setVisible(true);
13141314
setMouseTracking(false); // stop registering mouse move event
13151315
setCursor(QCursor(Qt::ArrowCursor)); // show cursor
1316+
autohide->stop();
13161317
}
13171318
}
13181319

0 commit comments

Comments
 (0)