Fix some compilation warning
Complete the previous patch: set lower to 0 too
This commit is contained in:
parent
670e141b3a
commit
13ff557587
@ -2734,6 +2734,7 @@ get_arrows_visible_area (GtkMenu *menu,
|
||||
default:
|
||||
g_assert_not_reached();
|
||||
upper->x = upper->y = upper->width = upper->height = 0;
|
||||
lower->x = lower->y = lower->width = lower->height = 0;
|
||||
}
|
||||
|
||||
*arrow_space = scroll_arrow_height - 2 * widget->style->ythickness;
|
||||
|
Loading…
Reference in New Issue
Block a user