From: Stefan Csomor Date: Sun, 15 Sep 2002 18:32:49 +0000 (+0000) Subject: added arrow cursor for standard controls X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bf4a027ddba692bb28e7ebbe5b64c2411adbdd06?ds=inline added arrow cursor for standard controls git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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() ; }