projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed incorrect param from docs
[wxWidgets.git]
/
src
/
gtk
/
checkbox.cpp
diff --git
a/src/gtk/checkbox.cpp
b/src/gtk/checkbox.cpp
index 051e51b500bd5a4442741a9d09d55bf072740d3c..8bc24ddf9e682acf443fd65856bb6a689257791f 100644
(file)
--- a/
src/gtk/checkbox.cpp
+++ b/
src/gtk/checkbox.cpp
@@
-115,8
+115,6
@@
bool wxCheckBox::Create(wxWindow *parent,
PostCreation();
PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );