From 3eca51218f3661f3dfe48b8893deebfac7c762f4 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Mon, 25 Jan 2010 15:11:26 +0000 Subject: [PATCH] Update prefs on gui pop --- Src/gui/gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/gui/gui.cpp b/Src/gui/gui.cpp index c89e5bd..af51760 100644 --- a/Src/gui/gui.cpp +++ b/Src/gui/gui.cpp @@ -301,6 +301,7 @@ void Gui::exitMenu() /* Pop all views */ while (this->popView()) ; + TheC64->NewPrefs(this->np); } void Gui::pushEvent(SDL_Event *ev)