projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed wxSpinCtrl's client size computation in wxMSW to return something sensible
[wxWidgets.git]
/
samples
/
widgets
/
checkbox.cpp
diff --git
a/samples/widgets/checkbox.cpp
b/samples/widgets/checkbox.cpp
index 65a5c1ea4ead0b4967ed3d6420c7db913ae6c358..6ecbfd872a1d36d3070bc8b6ebae4d5638444053 100644
(file)
--- a/
samples/widgets/checkbox.cpp
+++ b/
samples/widgets/checkbox.cpp
@@
-233,8
+233,6
@@
void CheckBoxWidgetsPage::CreateContent()
Reset();
SetSizer(sizerTop);
-
- sizerTop->Fit(this);
}
void CheckBoxWidgetsPage::Reset()