FL's floating windows render borders themselves, don't use small titlebars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -909,7 +909,7 @@ void wxFrameLayout::DoSetBarState( cbBarInfo* pBar )
|
|||||||
wxPoint( 50,50 ),
|
wxPoint( 50,50 ),
|
||||||
wxSize ( 0, 0 ),
|
wxSize ( 0, 0 ),
|
||||||
wxFRAME_FLOAT_ON_PARENT |
|
wxFRAME_FLOAT_ON_PARENT |
|
||||||
wxFRAME_TOOL_WINDOW |
|
wxNO_BORDER |
|
||||||
wxFRAME_NO_TASKBAR
|
wxFRAME_NO_TASKBAR
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user