Kaydet (Commit) 577c8254 authored tarafından Andre Fischer's avatar Andre Fischer

i124482: Special handling of input field backgrounds of Adwaita theme (Merged from branch AOO410).

üst 4f34412d
......@@ -3615,7 +3615,9 @@ void GtkSalGraphics::updateSettings( AllSettings& rSettings )
bNeedButtonStyleAsEditBackgroundWorkaround = false;
// setup some workarounds for "blueprint" theme
if( pThemeName && strncasecmp( pThemeName, "blueprint", 9 ) == 0 )
if( pThemeName
&& ( strncasecmp( pThemeName, "blueprint", 9 ) == 0
|| strncasecmp( pThemeName, "Adwaita", 7 ) == 0 ))
{
bNeedButtonStyleAsEditBackgroundWorkaround = true;
if( GetX11SalData()->GetDisplay()->GetServerVendor() == vendor_sun )
......
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