From e8c502aff35fdc00dcbc8bc41d37a5c901f21169 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 15 Aug 2006 06:26:40 +0000 Subject: [PATCH] making sure the hint window does not have a (white) titlebar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/aui/framemanager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/aui/framemanager.cpp b/src/aui/framemanager.cpp index b97492d437..a449be57d5 100644 --- a/src/aui/framemanager.cpp +++ b/src/aui/framemanager.cpp @@ -611,8 +611,7 @@ void wxFrameManager::SetManagedWindow(wxWindow* frame) // frame activated and highlighted as such... m_hint_wnd = new wxMiniFrame(m_frame, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(1,1), wxFRAME_FLOAT_ON_PARENT - | wxFRAME_TOOL_WINDOW - | wxCAPTION ); + | wxFRAME_TOOL_WINDOW ); // Can't set the bg colour of a Frame in wxMac wxPanel* p = new wxPanel(m_hint_wnd); -- 2.45.2