From: Václav Slavík Date: Thu, 28 Oct 2004 11:20:44 +0000 (+0000) Subject: FL's floating windows render borders themselves, don't use small titlebars X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c25b742aec59fd4b141fd6b355713a6427451b07 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 --- diff --git a/contrib/src/fl/controlbar.cpp b/contrib/src/fl/controlbar.cpp index e12eb3a240..cfe535dc3b 100644 --- a/contrib/src/fl/controlbar.cpp +++ b/contrib/src/fl/controlbar.cpp @@ -909,7 +909,7 @@ void wxFrameLayout::DoSetBarState( cbBarInfo* pBar ) wxPoint( 50,50 ), wxSize ( 0, 0 ), wxFRAME_FLOAT_ON_PARENT | - wxFRAME_TOOL_WINDOW | + wxNO_BORDER | wxFRAME_NO_TASKBAR );