cleanup
This commit is contained in:
@@ -158,10 +158,9 @@ void ScreenOptionsMaster::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
SCREENMAN->ThemeChanged(); // recreate ScreenSystemLayer and SharedBGA
|
SCREENMAN->ThemeChanged(); // recreate ScreenSystemLayer and SharedBGA
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If the theme changes, we need to reset RageDisplay to apply new theme
|
/* If the theme changes, we need to reset RageDisplay to apply the new window
|
||||||
* window title and icon. */
|
* title and icon. If the aspect ratio changes, we need to reset RageDisplay
|
||||||
/* If the aspect ratio changes, we need to reset RageDisplay so that the
|
* so that the projection matrix is re-created using the new screen dimensions. */
|
||||||
* projection matrix is re-created using the new screen dimensions. */
|
|
||||||
if( (m_iChangeMask & OPT_APPLY_THEME) ||
|
if( (m_iChangeMask & OPT_APPLY_THEME) ||
|
||||||
(m_iChangeMask & OPT_APPLY_GRAPHICS) ||
|
(m_iChangeMask & OPT_APPLY_GRAPHICS) ||
|
||||||
(m_iChangeMask & OPT_APPLY_ASPECT_RATIO) )
|
(m_iChangeMask & OPT_APPLY_ASPECT_RATIO) )
|
||||||
|
|||||||
Reference in New Issue
Block a user