mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 421789 - "Trivial fix to a trivial warning in gtk2drawing.c" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r+sr=roc a1.9=damons]
This commit is contained in:
parent
2f554a2cdb
commit
34a7cb2d4d
@ -1137,7 +1137,8 @@ moz_gtk_scrollbar_thumb_paint(GtkThemeWidgetType widget,
|
||||
|
||||
style = GTK_WIDGET(scrollbar)->style;
|
||||
|
||||
gtk_widget_style_get(scrollbar, "activate-slider", &activate_slider, NULL);
|
||||
gtk_widget_style_get(GTK_WIDGET(scrollbar), "activate-slider",
|
||||
&activate_slider, NULL);
|
||||
|
||||
if (activate_slider && state->active) {
|
||||
shadow_type = GTK_SHADOW_IN;
|
||||
|
Loading…
Reference in New Issue
Block a user