projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changed PPC struct alignement setting
[wxWidgets.git]
/
src
/
os2
/
checkbox.cpp
diff --git
a/src/os2/checkbox.cpp
b/src/os2/checkbox.cpp
index 0101e79a0c355a3cf9a4f0f6b650b925329af4b9..83117513887cdfb363c35635af9339c59bb2aad3 100644
(file)
--- a/
src/os2/checkbox.cpp
+++ b/
src/os2/checkbox.cpp
@@
-153,7
+153,7
@@
wxSize wxCheckBox::DoGetBestSize() const
{
wxScreenDC vDc;
- vDc.SetFont(wxSystemSettings::Get
System
Font(wxSYS_DEFAULT_GUI_FONT));
+ vDc.SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
//
// The height of a standard button in the dialog units is 8,