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

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

[Octave-bug-tracker] [bug #59827] CData of pushbutton not visible after


From: Guillaume
Subject: [Octave-bug-tracker] [bug #59827] CData of pushbutton not visible after savefig() and openfig()
Date: Tue, 5 Jan 2021 05:25:20 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #2, bug #59827 (project octave):

Confirmed with current dev. The issue is actually whether CData is provided
when creating the uicontrol or when using set().


f = figure ();
icon = rand(16, 16, 3);

uicontrol ("style", "pushbutton", "position", [10 10 32 32], "cdata", icon);

h = uicontrol ("style", "pushbutton", "position", [50 10 32 32]);
set (h, "cdata", icon)


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59827>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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