]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combobox.cpp
override OnAssertFailure(), not OnAssert() which is not called by wxOnAssert() any...
[wxWidgets.git] / src / msw / combobox.cpp
index 25a2c9cd672550027b7bd64b0d87f99fe942099d..6b3ec7f57fb63ccd237e604e387aee624ee458c8 100644 (file)
@@ -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