Remove unnecessary SetInitialSize() from wxGTK wxComboBox::Create().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Oct 2012 20:48:54 +0000 (20:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Oct 2012 20:48:54 +0000 (20:48 +0000)
commit7276c69c1c70e26cace37e356de6691ccb59308a
tree0d68f915c9bb5c364314fb26d2570f765f0593b6
parent8626e0b73de21463908bf855700c31e41c661b30
Remove unnecessary SetInitialSize() from wxGTK wxComboBox::Create().

SetInitialSize() is already done by PostCreation() called just above, no need
to call it twice.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/combobox.cpp