From: Mart Raudsepp <leio@gentoo.org>
Date: Sat, 23 Dec 2006 13:03:00 +0000 (+0000)
Subject: Change style flag on floating frames to give proper minimize behaviour. Thanks to... 
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bdb51884153d06cb2312c4512ffca69f401bf16f

Change style flag on floating frames to give proper minimize behaviour. Thanks to Chris Mellon; needed for my app


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/contrib/src/fl/controlbar.cpp b/contrib/src/fl/controlbar.cpp
index bb3b6bf2de..4023c60b19 100644
--- a/contrib/src/fl/controlbar.cpp
+++ b/contrib/src/fl/controlbar.cpp
@@ -887,9 +887,7 @@ void wxFrameLayout::DoSetBarState( cbBarInfo* pBar )
         pMiniFrm->Create( &GetParentFrame(), wxID_ANY, pBar->mName,
                           wxPoint( 50,50 ),
                           wxSize ( 0, 0  ),
-                          wxFRAME_FLOAT_ON_PARENT |
-                          wxNO_BORDER |
-                          wxFRAME_NO_TASKBAR
+                          wxFRAME_TOOL_WINDOW | wxFRAME_FLOAT_ON_PARENT
                         );
 
         pMiniFrm->SetClient( pBar->mpBarWnd );