UI: don't flip contents of popovers, avoid closing when size changes.

This commit is contained in:
2018-04-29 08:45:57 +02:00
parent cb53c9bc7b
commit fc32bd729c
3 changed files with 16 additions and 6 deletions

View File

@@ -572,6 +572,9 @@ struct uiPopupBlockHandle {
/* menu direction */
int direction;
/* previous rect for refresh */
rctf prev_block_rect;
/* #ifdef USE_DRAG_POPUP */
bool is_grab;
int grab_xy_prev[2];