What happens with figure callbacks when I am zooming axes?

1 view (last 30 days)
Hi, I have been developing quite simple GUI (main figure has one axes on it & couple buttons) in Matlab.
I have implemented the following callbacks:
WindowButtonDownFcn, WindowbuttonUpFcn, WindowButtonMotionFcn
for my main figure. I use them to move and resize previously drawn rectangles on the image. It works fine until I zoom in the axes, the callbacks stop working...
Does anyone why any idea why this might be happening?
Thanks!

Answers (0)

Categories

Find more on Visual Exploration in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!