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

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

[Octave-bug-tracker] [bug #52699] ginput() broken on dev


From: Rik
Subject: [Octave-bug-tracker] [bug #52699] ginput() broken on dev
Date: Tue, 19 Dec 2017 16:28:08 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

URL:
  <http://savannah.gnu.org/bugs/?52699>

                 Summary: ginput() broken on dev
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 19 Dec 2017 01:28:06 PM PST
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

ginput appears broken on dev.  It looks like something is possibly resetting
the persistent variables in the ginput_accumulator function.  Sample code


plot (1:10)
[x,y] = ginput (1)
## Click multiple times in plot, ginput() never terminates


The clicks are detected, as I found by putting a keyboard statement in the
windowbuttondownfcn.  But these somehow aren't signaling to the accumulator to
stop.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52699>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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