Wayland: Possibly better way to complete popup construction
This commit is contained in:
parent
a6dd0adac7
commit
a5b431e35e
@ -1219,7 +1219,7 @@ Fl_X *Fl_Wayland_Window_Driver::makeWindow()
|
||||
Fl::e_number = old_event;
|
||||
pWindow->redraw();
|
||||
// make sure each popup is mapped with its constraints before mapping next popup
|
||||
if (pWindow->menu_window()) wl_display_roundtrip(Fl_Wayland_Screen_Driver::wl_display);
|
||||
if (pWindow->menu_window()) pWindow->wait_for_expose();
|
||||
return xp;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user