Corrected version test

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@61101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2009-06-17 21:44:19 +00:00
parent 7cc504b42d
commit d91c632a9a

View File

@@ -155,7 +155,7 @@ protected:
void OnFocus( wxFocusEvent& event )
{
// Unfortunately the fix below completely disables the combobox on Mac OS 10.4 (and presumably below)
if (UMAGetSystemVersion() <= 0x1040)
if (UMAGetSystemVersion() < 0x1050)
{
event.Skip();
return;