]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listbox.cpp
Fixed player dialog listbox size and app icon on wxGTK
[wxWidgets.git] / src / os2 / listbox.cpp
index 7d226adb3b4c5255dd01968276cd20bb650eadfd..e8a6013682dd3f934cf3bab537ba174cff409663 100644 (file)
@@ -660,7 +660,7 @@ bool wxListBox::OS2Command(
         n = -1;
     }
     vEvent.SetInt(n);
-    return GetEventHandler()->ProcessEvent(vEvent);
+    return HandleWindowEvent(vEvent);
 } // end of wxListBox::OS2Command
 
 // ----------------------------------------------------------------------------