projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ribbon compilation fixes for OS X.
[wxWidgets.git]
/
src
/
motif
/
statbox.cpp
diff --git
a/src/motif/statbox.cpp
b/src/motif/statbox.cpp
index 6fdcb4c5d24cbbf44a18f4d271dc125e2cd07828..1a175f9910fa9cb04eb3ffe5bf7e6ae3ab405307 100644
(file)
--- a/
src/motif/statbox.cpp
+++ b/
src/motif/statbox.cpp
@@
-117,7
+117,7
@@
bool wxStaticBox::Create(wxWindow *parent, wxWindowID id,
#endif
NULL);
}
#endif
NULL);
}
-
+
PostCreation();
AttachWidget (parent, m_mainWidget, NULL, pos.x, pos.y, size.x, size.y);
PostCreation();
AttachWidget (parent, m_mainWidget, NULL, pos.x, pos.y, size.x, size.y);