wxAUI: Made fixed size floating panes work
wxAUI: Added IMPLEMENT_CLASS etc. for wxFloatingPane for a later patch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1782,9 +1782,8 @@ void wxFrameManager::Update()
|
||||
// we need to create a frame for this
|
||||
// pane, which has recently been floated
|
||||
wxFloatingPane* frame = new wxFloatingPane(m_frame,
|
||||
this, -1,
|
||||
p.floating_pos,
|
||||
p.floating_size);
|
||||
this,
|
||||
p);
|
||||
|
||||
// on MSW, if the owner desires transparent dragging, and
|
||||
// the dragging is happening right now, then the floating
|
||||
|
Reference in New Issue
Block a user