How to disable double-click of mouse when Pan function is enabled?

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?

Answers (1)

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.

Categories

Asked:

on 17 Oct 2015

Answered:

on 18 Oct 2015

Community Treasure Hunt

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

Start Hunting!