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:
@@ -155,7 +155,7 @@ protected:
|
|||||||
void OnFocus( wxFocusEvent& event )
|
void OnFocus( wxFocusEvent& event )
|
||||||
{
|
{
|
||||||
// Unfortunately the fix below completely disables the combobox on Mac OS 10.4 (and presumably below)
|
// Unfortunately the fix below completely disables the combobox on Mac OS 10.4 (and presumably below)
|
||||||
if (UMAGetSystemVersion() <= 0x1040)
|
if (UMAGetSystemVersion() < 0x1050)
|
||||||
{
|
{
|
||||||
event.Skip();
|
event.Skip();
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user