Wayland: Possibly better way to complete popup construction

This commit is contained in:
ManoloFLTK 2023-01-09 17:11:21 +01:00
parent a6dd0adac7
commit a5b431e35e

View File

@ -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;
}