X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d0b6344dda3b46c359330f92ac49c256891b3f11..2d97237dac7f35e78f4a1ce1877dafc7b05ffb4f:/src/msw/combobox.cpp diff --git a/src/msw/combobox.cpp b/src/msw/combobox.cpp index 25a2c9cd67..6b3ec7f57f 100644 --- a/src/msw/combobox.cpp +++ b/src/msw/combobox.cpp @@ -417,8 +417,7 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id, // edit control, we must subclass it as well if ( !(style & wxCB_READONLY) ) { - gs_wndprocEdit = wxSetWindowProc((HWND)GetEditHWND(), - wxComboEditWndProc); + gs_wndprocEdit = wxSetWindowProc((HWND)GetEditHWND(), wxComboEditWndProc); } // and finally, show the control