From: Ingo Ruhnke Date: Sun, 25 May 2008 17:12:12 +0000 (+0000) Subject: Reposition menu on fullscreen toggle X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=3141833afac286d0e3428e7f8ca057d9bc72f2c1;p=supertux.git Reposition menu on fullscreen toggle SVN-Revision: 5519 --- diff --git a/src/mainloop.cpp b/src/mainloop.cpp index 4106f5941..2da35d1fd 100644 --- a/src/mainloop.cpp +++ b/src/mainloop.cpp @@ -205,6 +205,7 @@ MainLoop::process_events() { config->use_fullscreen = !config->use_fullscreen; init_video(); + Menu::recalc_pos(); } else if (event.key.keysym.sym == SDLK_PRINT || event.key.keysym.sym == SDLK_F12)