summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/debugqtmainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/debugqtmainwindow.c')
-rw-r--r--src/osd/sdl/debugqtmainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/debugqtmainwindow.c b/src/osd/sdl/debugqtmainwindow.c
index cc4223a3e23..fab7fddc440 100644
--- a/src/osd/sdl/debugqtmainwindow.c
+++ b/src/osd/sdl/debugqtmainwindow.c
@@ -125,7 +125,7 @@ void MainWindow::setProcessor(device_t* processor)
void MainWindow::closeEvent(QCloseEvent* event)
{
debugActQuit();
-
+
// Insure the window doesn't disappear before we get a chance to save its parameters
event->ignore();
}