merge commit for m65
This commit is contained in:
@@ -429,7 +429,7 @@ void MacroSecurityTrustedSourcesTP::ClosePage( void )
|
||||
ReadOnlyImage::ReadOnlyImage(Window* pParent, const ResId rResId) :
|
||||
FixedImage(pParent, rResId)
|
||||
{
|
||||
sal_Bool bHighContrast = pParent->GetDisplayBackground().GetColor().IsDark();
|
||||
sal_Bool bHighContrast = pParent->GetSettings().GetStyleSettings().GetHighContrastMode();
|
||||
SetImage( Image(XMLSEC_RES( bHighContrast ? RID_XMLSECTP_LOCK_HC : RID_XMLSECTP_LOCK )));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user