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:
parent
61582a42f9
commit
1f9bfdf65f
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user