Added XSync before mapping but this doesn't seem enough to get

the popup window to show before the capture (which fails if not
mapped)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-02-12 18:27:43 +00:00
parent 7edcafa467
commit a3215b22a3

View File

@ -269,6 +269,7 @@ bool wxWindowX11::Show(bool show)
msg.Printf("Mapping window of type %s", GetClassInfo()->GetClassName());
wxLogDebug(msg);
XMapWindow(xdisp, xwin);
XSync(xdisp, False);
}
else
{