projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added OS/2 patches to wxGTK.
[wxWidgets.git]
/
src
/
motif
/
statbox.cpp
diff --git
a/src/motif/statbox.cpp
b/src/motif/statbox.cpp
index 3e590bae1d455cbf034f29e441c324286bedaccd..c3cda9c6d568161f72707cc4f856ff56e77d144e 100644
(file)
--- a/
src/motif/statbox.cpp
+++ b/
src/motif/statbox.cpp
@@
-182,9
+182,9
@@
wxString wxStaticBox::GetLabel() const
}
}
}
}
-void wxStaticBox::SetSize(int x, int y, int width, int height, int sizeFlags)
+void wxStaticBox::
Do
SetSize(int x, int y, int width, int height, int sizeFlags)
{
{
- wxControl::SetSize (x, y, width, height, sizeFlags);
+ wxControl::
Do
SetSize (x, y, width, height, sizeFlags);
if (m_labelWidget)
{
if (m_labelWidget)
{