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

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

[Octave-bug-tracker] [bug #59949] Various minor GUI issues


From: Arnaud Delorme
Subject: [Octave-bug-tracker] [bug #59949] Various minor GUI issues
Date: Tue, 26 Jan 2021 21:54:39 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36

Follow-up Comment #3, bug #59949 (project octave):

Here is a 4th related problem where it should be the same extent

figure; h= uicontrol('style', 'listbox', 'string', 'a|b|c|d'); get(h,
'extent')
ans =

        0        0       40       16

>> figure; h= uicontrol('style', 'listbox', 'string', { 'a' 'b' 'c' 'd'});
get(h, 'extent')
ans =

        0        0        8       64

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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