proper indentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2180,9 +2180,11 @@ void wxAuiManager::Update()
|
|||||||
p.frame->Show(false);
|
p.frame->Show(false);
|
||||||
|
|
||||||
// reparent to m_frame and destroy the pane
|
// reparent to m_frame and destroy the pane
|
||||||
if(m_action_window == p.frame) {
|
if(m_action_window == p.frame)
|
||||||
|
{
|
||||||
m_action_window = NULL;
|
m_action_window = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.window->Reparent(m_frame);
|
p.window->Reparent(m_frame);
|
||||||
p.frame->SetSizer(NULL);
|
p.frame->SetSizer(NULL);
|
||||||
p.frame->Destroy();
|
p.frame->Destroy();
|
||||||
|
Reference in New Issue
Block a user