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

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

[Octave-bug-tracker] [bug #52804] "Interruptible" and "BusyAction" prope


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #52804] "Interruptible" and "BusyAction" properties
Date: Thu, 4 Jan 2018 09:43:45 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

Update of bug #52804 (project octave):

                  Status:                    None => Patch Submitted        

    _______________________________________________________

Follow-up Comment #1:

The attached cset fixes the issue for me. My test code was


hl = line ();

lsn = @() disp ("line listener");
function lsn2 (h, evt, hl)
  disp ("begin axes listener")
  set (hl, "linewidth", get (h, "linewidth"))
  disp ("end axes listener")
endfunction

addlistener (gca, "linewidth", address@hidden, hl})
addlistener (hl, "linewidth", lsn)

set (gca, "linewidth", 2)
set (gca, "interruptible", "off")
set (gca, "linewidth", 3)



(file #42825)
    _______________________________________________________

Additional Item Attachment:

File name: interupt_callback.patch        Size:1 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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