projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use C compiler for tests again, it's useless to use the C++ one for AC_CHECK_FUNCS...
[wxWidgets.git]
/
src
/
msw
/
wince
/
checklst.cpp
diff --git
a/src/msw/wince/checklst.cpp
b/src/msw/wince/checklst.cpp
index 24215c91f30712bd5437a5ae237e747016beb722..7f14ed6c63fd7940a05eacbd4445f5d9bab708fc 100644
(file)
--- a/
src/msw/wince/checklst.cpp
+++ b/
src/msw/wince/checklst.cpp
@@
-116,7
+116,7
@@
bool wxCheckListBox::Create(wxWindow *parent, wxWindowID id,
m_itemsClientData.SetCount(n);
// now we can compute our best size correctly, so do it if necessary
- Set
Best
Size(size);
+ Set
Initial
Size(size);
return true;
}