forked from AuroraMiddleware/gtk
Fix compilation warning: cast to GTK_WIDGET
This commit is contained in:
parent
6389f13ea5
commit
00d3d8516b
@ -382,7 +382,7 @@ gtk_accel_label_expose_event (GtkWidget *widget,
|
||||
|
||||
direction = gtk_widget_get_direction (widget);
|
||||
|
||||
if (gtk_widget_is_drawable (widget))
|
||||
if (gtk_widget_is_drawable (widget))
|
||||
{
|
||||
guint ac_width;
|
||||
GtkAllocation allocation;
|
||||
|
Loading…
Reference in New Issue
Block a user