Fixed disabling "remember window pos" button when fullscreen is enabled.
Regression since commit 9b562d31f4
This commit is contained in:
parent
35fa7fd272
commit
07b0ab0d78
@ -200,7 +200,7 @@ void OptionsScreenVideo::init()
|
||||
CheckBoxWidget* rememberWinpos = getWidget<CheckBoxWidget>("rememberWinpos");
|
||||
rememberWinpos->setState(UserConfigParams::m_remember_window_location);
|
||||
|
||||
rememberWinpos->setActive(UserConfigParams::m_fullscreen);
|
||||
rememberWinpos->setActive(!UserConfigParams::m_fullscreen);
|
||||
|
||||
// --- get resolution list from irrlicht the first time
|
||||
if (!m_inited)
|
||||
|
Loading…
Reference in New Issue
Block a user