added arrow cursor for standard controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
418b74a078
commit
bf4a027ddb
@ -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() ;
|
||||
}
|
||||
|
||||
|
@ -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() ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user