Skip to content

Commit

Permalink
Merge pull request #623 from jdpurcell/issue453
Browse files Browse the repository at this point in the history
Fix window getting unmaximized/resized when exiting full screen mode.
  • Loading branch information
jurplel authored Aug 27, 2023
2 parents 9f6c225 + c6ad165 commit e28cbe7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,6 @@ void MainWindow::toggleFullScreen()
if (windowState() == Qt::WindowFullScreen)
{
setWindowState(storedWindowState);
setWindowSize();
}
else
{
Expand Down

0 comments on commit e28cbe7

Please sign in to comment.