forked from AuroraMiddleware/gtk
progressbar: Fix a signed/unsigned comparison
This commit is contained in:
parent
b0e836e231
commit
fd705ce7c7
@ -427,7 +427,7 @@ gtk_progress_bar_real_update (GtkProgressBar *pbar)
|
||||
GtkStyleContext *context;
|
||||
GtkStateFlags state;
|
||||
GtkBorder padding;
|
||||
guint size;
|
||||
gint size;
|
||||
|
||||
gtk_widget_get_allocation (widget, &allocation);
|
||||
context = gtk_widget_get_style_context (widget);
|
||||
|
Loading…
Reference in New Issue
Block a user