Bug 426322 native ComboBox arrow is not rendered correctly with GNOME nimbus theme

r=twanno sr=roc a=beltzner
This commit is contained in:
ginn.chen%sun.com 2008-04-08 05:49:18 +00:00
Родитель adcea2eaa9
Коммит 640823a21e
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1702,6 +1702,8 @@ moz_gtk_combo_box_paint(GdkDrawable* drawable, GdkRectangle* rect,
style = gComboBoxArrowWidget->style;
TSOffsetStyleGCs(style, rect->x, rect->y);
gtk_widget_size_allocate(gComboBoxWidget, rect);
gtk_paint_arrow(style, drawable, state_type, shadow_type, cliprect,
gComboBoxArrowWidget, "arrow", GTK_ARROW_DOWN, TRUE,
real_arrow_rect.x, real_arrow_rect.y,