projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow passing literal strings and results of c_str() to SetXXXLabels() methods too
[wxWidgets.git]
/
src
/
aui
/
floatpane.cpp
diff --git
a/src/aui/floatpane.cpp
b/src/aui/floatpane.cpp
index f98693a9d10399142f3729069af9d60b24a39916..2c4a256215723c6169bb254699b9083a195b0e0d 100644
(file)
--- a/
src/aui/floatpane.cpp
+++ b/
src/aui/floatpane.cpp
@@
-144,6
+144,11
@@
void wxAuiFloatingFrame::SetPaneWindow(const wxAuiPaneInfo& pane)
SetClientSize(size);
}
+
+ if (pane.IsFixed())
+ {
+ SetWindowStyleFlag(GetWindowStyleFlag() & ~wxRESIZE_BORDER);
+ }
}
wxAuiManager* wxAuiFloatingFrame::GetOwnerManager() const