提交 97fa4abe 编写于 作者: S ssadetsky

8218473: JOptionPane display issue with GTKLookAndFeel

Reviewed-by: prr, serb
上级 b85b6329
......@@ -2274,6 +2274,11 @@ static gint gtk3_get_color_for_state(JNIEnv *env, WidgetType widget_type,
init_containers();
if (widget_type == TEXT_FIELD && state_type == GTK_STATE_SELECTED &&
color_type == TEXT_BACKGROUND) {
widget_type = TEXT_AREA;
}
gtk3_widget = gtk3_get_widget(widget_type);
GtkStyleContext* context = fp_gtk_widget_get_style_context(gtk3_widget);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册