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

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

[Octave-bug-tracker] [bug #52053] GUI becomes unresponsive when using sl


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #52053] GUI becomes unresponsive when using slice() with logical array
Date: Mon, 18 Sep 2017 10:14:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52053 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #3:

I can confirm the error but not the GUI freeze on linux. 

For the error the question now is should we allow an array property like
'clim' to be filled with bool values or should we alter high level function so
that they only pass numeric values. I think we need someone to test the
following in Matlab:


hax = axes ();
set (hax, 'clim', [false, true]);
%% If there is no error above
class (get (hax, 'clim'))


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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