gui/videosettings.cpp: fix video mode switch ask,

fix menu redraw after video mode switch


Origin commit data
------------------
Commit: e30f93c776
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-12-17 (Mon, 17 Dec 2012)
This commit is contained in:
[CST] Focus
2012-12-17 12:46:09 +04:00
parent 68fa8045e2
commit 4c45a05938

View File

@@ -315,9 +315,9 @@ void CVideoSettings::setupVideoSystem(bool do_ask)
g_settings.video_Mode = prev_video_mode; g_settings.video_Mode = prev_video_mode;
videoDecoder->SetVideoSystem(g_settings.video_Mode); videoDecoder->SetVideoSystem(g_settings.video_Mode);
} }
else
prev_video_mode = g_settings.video_Mode;
} }
else
prev_video_mode = g_settings.video_Mode;
} }
} }
@@ -358,6 +358,7 @@ bool CVideoSettings::changeNotify(const neutrino_locale_t OptionName, void * /*
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_VIDEOMENU_VIDEOMODE)) else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_VIDEOMENU_VIDEOMODE))
{ {
setupVideoSystem(true/*ask*/); setupVideoSystem(true/*ask*/);
return true;
} }
#if 0 #if 0
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_VIDEOMENU_CONTRAST)) else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_VIDEOMENU_CONTRAST))