projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update m_lastcount correctly in wxBufferedInputStream::Read() when using the buffer...
[wxWidgets.git]
/
src
/
generic
/
spinctlg.cpp
diff --git
a/src/generic/spinctlg.cpp
b/src/generic/spinctlg.cpp
index 409b708a0e16f40eef88eb4e9b4387d25f079cb6..88de174cfd1cbce078abe74707d9255c062756b9 100644
(file)
--- a/
src/generic/spinctlg.cpp
+++ b/
src/generic/spinctlg.cpp
@@
-183,7
+183,7
@@
bool wxSpinCtrl::Create(wxWindow *parent,
m_btn->SetRange(min, max);
m_btn->SetValue(initial);
m_btn->SetRange(min, max);
m_btn->SetValue(initial);
- Set
Best
Size(size);
+ Set
Initial
Size(size);
Move(pos);
// have to disable this window to avoid interfering it with message
Move(pos);
// have to disable this window to avoid interfering it with message