Set push_in parameter to false

This behaves a bit strangely when the list is long and when clicked at the
bottom of the screen (the top part of the popup is empty).
This commit is contained in:
Jiří Techet 2016-02-18 22:12:56 +01:00
parent 61582a42f9
commit 1f9bfdf65f

View File

@ -1892,7 +1892,7 @@ static void goto_popup_position_func(GtkMenu *menu, gint *x, gint *y, gboolean *
*x += pos_x; *x += pos_x;
*y += pos_y + line_height; *y += pos_y + line_height;
*push_in = TRUE; *push_in = FALSE;
} }