mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fixed spacing
This commit is contained in:
parent
c2da67d473
commit
2864edf291
2 changed files with 3 additions and 3 deletions
|
|
@ -155,7 +155,7 @@ void Win32Window::setVideoMode( const GFXVideoMode &mode )
|
|||
SetWindowPos( getHWND(), HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_FRAMECHANGED);
|
||||
|
||||
if(mDisplayWindow)
|
||||
ShowWindow(getHWND(), SW_SHOWNORMAL);
|
||||
ShowWindow(getHWND(), SW_SHOWNORMAL);
|
||||
|
||||
// Clear the menu bar from the window for full screen
|
||||
HMENU menu = GetMenu(getHWND());
|
||||
|
|
@ -220,7 +220,7 @@ void Win32Window::setVideoMode( const GFXVideoMode &mode )
|
|||
SetWindowPos( getHWND(), HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_FRAMECHANGED);
|
||||
|
||||
if(mDisplayWindow)
|
||||
ShowWindow( getHWND(), SW_SHOWNORMAL);
|
||||
ShowWindow( getHWND(), SW_SHOWNORMAL);
|
||||
}
|
||||
|
||||
mFullscreen = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue