diff --git a/src/mac/carbon/control.cpp b/src/mac/carbon/control.cpp index 5998a660fc..e2be8c3b92 100644 --- a/src/mac/carbon/control.cpp +++ b/src/mac/carbon/control.cpp @@ -437,6 +437,9 @@ void wxControl::MacPostControlCreate() SetSize(pos.x, pos.y, new_size.x, new_size.y); UMAShowControl( (ControlHandle) m_macControl ) ; + + SetCursor( *wxSTANDARD_CURSOR ) ; + Refresh() ; } diff --git a/src/mac/control.cpp b/src/mac/control.cpp index 5998a660fc..e2be8c3b92 100644 --- a/src/mac/control.cpp +++ b/src/mac/control.cpp @@ -437,6 +437,9 @@ void wxControl::MacPostControlCreate() SetSize(pos.x, pos.y, new_size.x, new_size.y); UMAShowControl( (ControlHandle) m_macControl ) ; + + SetCursor( *wxSTANDARD_CURSOR ) ; + Refresh() ; }