Can someone please advise me how to make a global choice of cursor when working with GUIs? Currently the default one is a cross, and I know there is a way to change it into an arrow, but cannot recall which file needed to be changed.

 채택된 답변

Stephen Brown
Stephen Brown 2012년 2월 15일

0 개 추천

Update ginput.m line 102 (originally set(fig,'pointer','fullcrosshair'))_ with _set(fig,'pointer','arrow');_this will change the default cursor when working with graphical input.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

제품

태그

질문:

2012년 2월 15일

댓글:

2024년 7월 23일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by