projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor demo tweaks
[wxWidgets.git]
/
src
/
msw
/
spinbutt.cpp
diff --git
a/src/msw/spinbutt.cpp
b/src/msw/spinbutt.cpp
index b4b9cfb1e76fc6d8852c3d16c4c7b3b5e7ca0d91..4858bae02dcfd16a2871739da9f2a79c6a087bd7 100644
(file)
--- a/
src/msw/spinbutt.cpp
+++ b/
src/msw/spinbutt.cpp
@@
-195,7
+195,7
@@
bool wxSpinButton::Create(wxWindow *parent,
SubclassWin(m_hWnd);
- Set
Best
Size(size);
+ Set
Initial
Size(size);
return true;
}