X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec157c8f95dfa40b19202a320e7a1d60995d2c8e..c12a74b0d825dcb685e48fdc15e9c5d53eb5932b:/src/os2/listbox.cpp diff --git a/src/os2/listbox.cpp b/src/os2/listbox.cpp index 7cbcb464b9..8e785dc5d9 100644 --- a/src/os2/listbox.cpp +++ b/src/os2/listbox.cpp @@ -810,7 +810,7 @@ bool wxListBox::OS2Command( { n = -1; } - vEvent.m_commandInt = n; + vEvent.SetInt(n); return GetEventHandler()->ProcessEvent(vEvent); } // end of wxListBox::OS2Command