Skip to content

Commit

Permalink
Fixed potential case when leaving fullscreen with mouse autohide
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed Sep 9, 2014
1 parent c1af162 commit 0a62369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,7 @@ void MainWindow::FullScreen(bool fs)
ui->playbackLayoutWidget->setVisible(true);
setMouseTracking(false); // stop registering mouse move event
setCursor(QCursor(Qt::ArrowCursor)); // show cursor
autohide->stop();
}
}

Expand Down

0 comments on commit 0a62369

Please sign in to comment.