Update prefs on gui pop

This commit is contained in:
simon.kagstrom 2010-01-25 15:11:26 +00:00
parent 348a577980
commit 3eca51218f

View File

@ -301,6 +301,7 @@ void Gui::exitMenu()
/* Pop all views */
while (this->popView())
;
TheC64->NewPrefs(this->np);
}
void Gui::pushEvent(SDL_Event *ev)