From bf4a027ddba692bb28e7ebbe5b64c2411adbdd06 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 15 Sep 2002 18:32:49 +0000 Subject: [PATCH] added arrow cursor for standard controls git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/control.cpp | 3 +++ src/mac/control.cpp | 3 +++ 2 files changed, 6 insertions(+) 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() ; } -- 2.50.0