Skip to content

Commit

Permalink
Bug 1740389; r=handyman
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarChen committed Dec 7, 2021
1 parent 25cc010 commit 6a9f236
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion widget/windows/nsWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3669,7 +3669,6 @@ nsresult nsWindow::MakeFullScreen(bool aFullScreen, nsIScreen* aTargetScreen) {
taskbarInfo->PrepareFullScreenHWND(mWnd, TRUE);
}
} else {
if (mSizeMode != nsSizeMode_Fullscreen) return NS_OK;
SetSizeMode(mOldSizeMode);
}

Expand Down

0 comments on commit 6a9f236

Please sign in to comment.