projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
osx
/
statbox_osx.cpp
diff --git
a/src/osx/statbox_osx.cpp
b/src/osx/statbox_osx.cpp
index 2b7b57ee0826a88af3ddd83f35b0d1a8782d2bfc..7f4d5a80107e1110553d0e5fc8821336f12f728d 100644
(file)
--- a/
src/osx/statbox_osx.cpp
+++ b/
src/osx/statbox_osx.cpp
@@
-65,5
+65,14
@@
void wxStaticBox::GetBordersForSizer(int *borderTop, int *borderOther) const
*borderOther = other;
}
+bool wxStaticBox::SetFont(const wxFont& font)
+{
+ bool retval = wxWindowBase::SetFont( font );
+
+ // dont' update the native control, it has its own small font
+
+ return retval;
+}
+
#endif // wxUSE_STATBOX