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

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

[Octave-bug-tracker] [bug #44686] Behaviour of figure property 'ToolBar'


From: Rik
Subject: [Octave-bug-tracker] [bug #44686] Behaviour of figure property 'ToolBar' when set to 'auto'
Date: Wed, 01 Apr 2015 15:59:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

There is an order of execution issue or race condition going on.  The code
works if the figure has been created first.


hf = figure ();
set (hf, "menubar", "none");


But doesn't work if the figure property is set at the time of figure
creation.


figure ("menubar", "none");


I'm adding Pantxo to the CC list since he just recently coded this and can
probably tell what the problem is quickly.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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