projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
local Bkgen add bakefile_gen dir
[wxWidgets.git]
/
src
/
aui
/
floatpane.cpp
diff --git
a/src/aui/floatpane.cpp
b/src/aui/floatpane.cpp
index e6cc0869501c276cdd2f951b404c0d2ff351492a..7374837fb3defc6fcc73f434622b861b9090733f 100644
(file)
--- 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)
)
{