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

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

[Octave-bug-tracker] [bug #49600] Error in the unwind_protect_cleanup se


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49600] Error in the unwind_protect_cleanup section of print.m
Date: Mon, 14 Nov 2016 14:12:55 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #1, bug #49600 (project octave):

Here is a way to reproduce the error:


h=figure;
uicontrol('style','text','string','Octave');
plot(rand(5))
print(h);


This points out to another bug where print.m tries to change the "units"
property of the uicontrol to "data" and fails; print('-noui') being not
implemented yet.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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