]> git.saurik.com Git - wxWidgets.git/blobdiff - src/aui/floatpane.cpp
Never overflow the output buffer in wxBase64Decode().
[wxWidgets.git] / src / aui / floatpane.cpp
index 2c4a256215723c6169bb254699b9083a195b0e0d..ef7f35e513707e75a60b2b777d65043357be919c 100644 (file)
@@ -144,7 +144,7 @@ void wxAuiFloatingFrame::SetPaneWindow(const wxAuiPaneInfo& pane)
 
         SetClientSize(size);
     }
-    
+
     if (pane.IsFixed())
     {
         SetWindowStyleFlag(GetWindowStyleFlag() & ~wxRESIZE_BORDER);
@@ -323,7 +323,7 @@ void wxAuiFloatingFrame::OnActivate(wxActivateEvent& event)
 // functionality to wxWidgets itself)
 bool wxAuiFloatingFrame::isMouseDown()
 {
-    return wxGetMouseState().LeftDown();
+    return wxGetMouseState().LeftIsDown();
 }