mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Backed out changeset 6c2cedbdeb65 (bug 1322120) for causing bug 1324262
This commit is contained in:
parent
d76e8dcba1
commit
608c30a483
@ -1284,7 +1284,7 @@ nsLookAndFeel::Init()
|
||||
}
|
||||
#else
|
||||
// Text colors
|
||||
style = ClaimStyleContext(MOZ_GTK_TEXT_VIEW_TEXT);
|
||||
style = ClaimStyleContext(MOZ_GTK_TEXT_VIEW);
|
||||
gtk_style_context_get_background_color(style, GTK_STATE_FLAG_NORMAL, &color);
|
||||
sMozFieldBackground = GDK_RGBA_TO_NS_RGBA(color);
|
||||
gtk_style_context_get_color(style, GTK_STATE_FLAG_NORMAL, &color);
|
||||
|
Loading…
Reference in New Issue
Block a user