From: Benjamin Williams Date: Tue, 31 Oct 2006 09:34:59 +0000 (+0000) Subject: fixed missed button enum conversion X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4f6459a3dd75bafc3913d67d74467a72fbe33fbd fixed missed button enum conversion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/aui/framemanager.cpp b/src/aui/framemanager.cpp index 0442acdd3a..2d245c525f 100644 --- a/src/aui/framemanager.cpp +++ b/src/aui/framemanager.cpp @@ -3964,7 +3964,7 @@ void wxFrameManager::OnPaneButton(wxFrameManagerEvent& evt) Update(); } } - else if (evt.button == wxPaneInfo::buttonPin) + else if (evt.button == wxAUI_BUTTON_PIN) { if ((m_flags & wxAUI_MGR_ALLOW_FLOATING) && pane.IsFloatable())