]> git.saurik.com Git - wxWidgets.git/commitdiff
added arrow cursor for standard controls
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 15 Sep 2002 18:32:49 +0000 (18:32 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 15 Sep 2002 18:32:49 +0000 (18:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/control.cpp
src/mac/control.cpp

index 5998a660fc6d8b7333aae5cb2e976090a29e01ae..e2be8c3b920eafc0b66291fb8fa7008865ec1c36 100644 (file)
@@ -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() ;
 }
 
index 5998a660fc6d8b7333aae5cb2e976090a29e01ae..e2be8c3b920eafc0b66291fb8fa7008865ec1c36 100644 (file)
@@ -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() ;
 }