Skip to content

Commit

Permalink
signal potential fullscreen change to the menaubar directly..
Browse files Browse the repository at this point in the history
..instead of using the signal
  • Loading branch information
ronso0 committed May 9, 2021
1 parent 1105662 commit a9a4195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixxx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ void MixxxMainWindow::initialize(QApplication* pApp, const CmdlineArgs& args) {
// Connect signals to the menubar. Should be done before emit newSkinLoaded.
connectMenuBar();
// Refresh the Fullscreen checkbox for the case we went fullscreen earlier
emit fullScreenChanged(isFullScreen());
m_pMenuBar->onFullScreenStateChange(isFullScreen());

launchProgress(63);

Expand Down

0 comments on commit a9a4195

Please sign in to comment.