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
This commit is contained in:
@@ -611,8 +611,7 @@ void wxFrameManager::SetManagedWindow(wxWindow* frame)
|
|||||||
// frame activated and highlighted as such...
|
// frame activated and highlighted as such...
|
||||||
m_hint_wnd = new wxMiniFrame(m_frame, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(1,1),
|
m_hint_wnd = new wxMiniFrame(m_frame, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(1,1),
|
||||||
wxFRAME_FLOAT_ON_PARENT
|
wxFRAME_FLOAT_ON_PARENT
|
||||||
| wxFRAME_TOOL_WINDOW
|
| wxFRAME_TOOL_WINDOW );
|
||||||
| wxCAPTION );
|
|
||||||
|
|
||||||
// Can't set the bg colour of a Frame in wxMac
|
// Can't set the bg colour of a Frame in wxMac
|
||||||
wxPanel* p = new wxPanel(m_hint_wnd);
|
wxPanel* p = new wxPanel(m_hint_wnd);
|
||||||
|
Reference in New Issue
Block a user