Kaydet (Commit) a6016eae authored tarafından Philipp Lohmann [pl]'s avatar Philipp Lohmann [pl]

native0: #161727# implement latest UX changes

üst 696a02e0
...@@ -502,6 +502,13 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, BOOL bCallHdl ) ...@@ -502,6 +502,13 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, BOOL bCallHdl )
} }
} }
static const char* pEnvHC = getenv( "SAL_FORCE_HC" );
if( pEnvHC && *pEnvHC )
{
aStyleSettings.SetHighContrastMode( TRUE );
rSettings.SetStyleSettings( aStyleSettings );
}
#ifdef DBG_UTIL #ifdef DBG_UTIL
// Evt. AppFont auf Fett schalten, damit man feststellen kann, // Evt. AppFont auf Fett schalten, damit man feststellen kann,
// ob fuer die Texte auf anderen Systemen genuegend Platz // ob fuer die Texte auf anderen Systemen genuegend Platz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment