This commit is contained in:
reed%reedloden.com 2008-03-12 11:34:34 +00:00
Родитель 5de0f45c43
Коммит a76450f359
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1707,8 +1707,8 @@ moz_gtk_combo_box_entry_button_paint(GdkDrawable* drawable, GdkRectangle* rect,
arrow_rect.y += y_displacement;
}
calculate_arrow_dimensions(gComboBoxEntryArrowWidget,
&arrow_rect, &real_arrow_rect, direction);
calculate_arrow_rect(gComboBoxEntryArrowWidget,
&arrow_rect, &real_arrow_rect, direction);
style = gComboBoxEntryArrowWidget->style;
TSOffsetStyleGCs(style, real_arrow_rect.x, real_arrow_rect.y);