Backed out changeset 6c2cedbdeb65 (bug 1322120) for causing bug 1324262

This commit is contained in:
Dão Gottwald 2016-12-18 22:27:43 +01:00
parent d76e8dcba1
commit 608c30a483

View File

@ -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);