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

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

[Octave-bug-tracker] [bug #52988] Variable editor: allow scalars to be s


From: Rik
Subject: [Octave-bug-tracker] [bug #52988] Variable editor: allow scalars to be shown directly
Date: Mon, 29 Jan 2018 13:38:37 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #18, bug #52988 (project octave):

@jwe: I don't know if this counts as resizing, but here's what I get when
Autofit is disabled.


x = magic (3);
openvar x
# Now resize the columns to be different than their default of 100
x(2,1) = pi;
# All columns resize to default of 100


I would have expected that no resizing occurs since it would be updating data
values within the widget, but not recreating the widget from scratch.  If this
is the way things are supposed to work, then could column resizing be disabled
when Autofit is also disabled?  That would prevent people from making the
mistake I did in thinking that their column size overrides would be
maintained.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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