projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed outdated filenames
[wxWidgets.git]
/
src
/
univ
/
checkbox.cpp
diff --git
a/src/univ/checkbox.cpp
b/src/univ/checkbox.cpp
index c15ebca4bab3c657d6dfbc55170643ca6310cf6e..c9a95a631868adeba3d47b40db4700e5ae5f7322 100644
(file)
--- a/
src/univ/checkbox.cpp
+++ b/
src/univ/checkbox.cpp
@@
-70,8
+70,6
@@
bool wxCheckBox::Create(wxWindow *parent,
if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
return FALSE;
- m_hasDialogBackground = TRUE;
-
SetLabel(label);
SetBestSize(size);