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.

 Réponse acceptée

Stephen Brown
Stephen Brown le 15 Fév 2012

0 votes

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.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Object Properties dans Centre d'aide et File Exchange

Produits

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by