Stop the ApplicationShell from being managed (and thus show
on the screen as a "normal" window). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
deda94c5b4
commit
732c0bfdff
@ -564,6 +564,7 @@ WXWidget wxCreateTopLevelWidget( WXDisplay* display )
|
||||
applicationShellWidgetClass,
|
||||
(Display*)display,
|
||||
NULL, 0 );
|
||||
XtSetMappedWhenManaged( tlw, False );
|
||||
XtRealizeWidget( tlw );
|
||||
|
||||
XtAddCallback( tlw, XmNdestroyCallback,
|
||||
|
Loading…
Reference in New Issue
Block a user