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: Rik
Subject: [Octave-bug-tracker] [bug #59949] Various minor GUI issues
Date: Tue, 26 Jan 2021 23:38:59 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Update of bug #59949 (project octave):

                  Status:               Need Info => Confirmed              

    _______________________________________________________

Follow-up Comment #5:

What is interesting is that Octave does correctly determine the extent of text
objects with embedded LF characters.


ht = text (0.5, 0.5, ['a' 10 'b' 10 'c' 10 'd']);
warning: implicit conversion from numeric to char
set (ht, 'units', 'pixels')
get (ht, 'extent')
ans =

   218.0000   149.6500     6.0000    45.0000


The problem only arises when the object is a uicontrol object with "style",
"text".

    _______________________________________________________

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]