X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cf6acbf261c5d47f97d280700b1203f3d8d8047..ab8d2b0278ebe76cc6721d51112fc7d866ff1400:/src/os2/combobox.cpp diff --git a/src/os2/combobox.cpp b/src/os2/combobox.cpp index e062a2f24a..bf7feb6860 100644 --- a/src/os2/combobox.cpp +++ b/src/os2/combobox.cpp @@ -163,6 +163,7 @@ bool wxComboBox::Create( gfnWndprocEdit = (WXFARPROC)::WinSubclassWindow( (HWND)GetHwnd() ,(PFNWP)wxComboEditWndProc ); + ::WinSetWindowULong(GetHwnd(), QWL_USER, (ULONG)this); return TRUE; } // end of wxComboBox::Create