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

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

[Octave-bug-tracker] [bug #53000] Variable editor: Value of '0' is not a


From: Rik
Subject: [Octave-bug-tracker] [bug #53000] Variable editor: Value of '0' is not aligned correctly
Date: Fri, 2 Feb 2018 00:39:28 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #11, bug #53000 (project octave):

I think the problem with decimal alignment might be caused by Qt stripping out
extra '0's.  In the Command Window


x = [0.1; 0.123]
x =

   0.10000
   0.12300

openvar x


In the Variable Editor these numbers are displayed as


  0.1
0.123


The floating point numbers are right-aligned, but the zeros have been stripped
so decimal points don't align.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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