How to disable double-click of mouse when Pan function is enabled?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I am building a GUI contains the main axis to show image also I have push button for zoom the image(using Zoom() function), whenever I clicked on zoom button I'm enables the pan (inbuilt pan() function) if my pointer is on axis. But I am facing problem of double click while my image zoomed. Whenever I double-click on zoomed image it sets to original view, but I want to disable it, while pan mode is enabled?
0 Commenti
Risposte (1)
Walter Roberson
il 18 Ott 2015
I do not know if that is possible in R2014b or later.
In R2014a or earlier, there is a work-around but not a pretty one. See http://www.mathworks.com/matlabcentral/newsreader/view_thread/283529 . The work-around is known not to work in R2014b and later.
0 Commenti
Vedere anche
Categorie
Scopri di più su Data Exploration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!