Qt: Fix window being too tall after exiting fullscreen (fixes #45)
Jeffrey Pfau jeffrey@endrift.com
Mon, 29 Jun 2015 22:47:07 -0700
2 files changed,
2 insertions(+),
1 deletions(-)
M
CHANGES
→
CHANGES
@@ -53,6 +53,7 @@ - Util: Allow loading IPS patches that grow the ROM
- GBA Audio: Fix sample order in audio channel 3 - GBA Audio: Fix 8-bit writes to audio channel 3 frequency - ARM7: ARMHotplugDetach should call deinit + - Qt: Fix window being too tall after exiting fullscreen Misc: - Qt: Handle saving input settings better - Debugger: Free watchpoints in addition to breakpoints
M
src/platform/qt/Window.cpp
→
src/platform/qt/Window.cpp
@@ -476,8 +476,8 @@ if (!isFullScreen()) {
return; } unsetCursor(); - showNormal(); menuBar()->show(); + showNormal(); } void Window::toggleFullScreen() {