octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #62343] 'zoom on' toggles instead of turning o


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #62343] 'zoom on' toggles instead of turning on
Date: Thu, 21 Apr 2022 08:56:12 -0400 (EDT)

Update of bug #62343 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

Works for me with Octave 7.1.0 on Windows 11.


>> sombrero

>> get (gcf, "__zoom_mode__")

ans =

  scalar structure containing the fields:

    Enable = off
    Motion = both
    Direction = in
    FigureHandle = 1

>> zoom on

>> get (gcf, "__zoom_mode__")
ans =

  scalar structure containing the fields:

    Enable = on
    Motion = both
    Direction = in
    FigureHandle = 1

>> zoom on
>> get (gcf, "__zoom_mode__")
ans =

  scalar structure containing the fields:

    Enable = on
    Motion = both
    Direction = in
    FigureHandle = 1

>>


Also verified by clicking into the plot that the zoom mode actually stays
enabled at each step.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62343>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]