From 74a94478c95473607e8f25fce54673c2916fbc94 Mon Sep 17 00:00:00 2001 From: Benjamin Williams Date: Thu, 2 Nov 2006 07:27:27 +0000 Subject: [PATCH] fixed aui flicker bug caused by typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/aui/floatpane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aui/floatpane.cpp b/src/aui/floatpane.cpp index e6cc086950..7374837fb3 100644 --- a/src/aui/floatpane.cpp +++ b/src/aui/floatpane.cpp @@ -50,7 +50,7 @@ wxAuiFloatingFrame::wxAuiFloatingFrame(wxWindow* parent, pane.floating_pos, pane.floating_size, style | (pane.HasCloseButton()?wxCLOSE_BOX:0) | - (pane.HasMaximizeButton()?wxMAXIMIZE:0) | + (pane.HasMaximizeButton()?wxMAXIMIZE_BOX:0) | (pane.IsFixed()?0:wxRESIZE_BORDER) ) { -- 2.45.2