projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
restored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle()
[wxWidgets.git]
/
src
/
gtk1
/
listbox.cpp
diff --git
a/src/gtk1/listbox.cpp
b/src/gtk1/listbox.cpp
index ca9fb3016c39ab36b8d375114eed7b5bc34bfc9b..2cf833d0ace0b336c3001c94177d5478a0e61ecf 100644
(file)
--- a/
src/gtk1/listbox.cpp
+++ b/
src/gtk1/listbox.cpp
@@
-558,7
+558,7
@@
bool wxListBox::Create( wxWindow *parent, wxWindowID id,
m_parent->DoAddChild( this );
PostCreation(size);
- Set
Best
Size(size); // need this too because this is a wxControlWithItems
+ Set
Initial
Size(size); // need this too because this is a wxControlWithItems
return true;
}