[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #57325] pane not updated after editing cell in
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #57325] pane not updated after editing cell in array in cell array |
Date: |
Fri, 29 Nov 2019 05:35:43 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 |
URL:
<https://savannah.gnu.org/bugs/?57325>
Summary: pane not updated after editing cell in array in cell
array
Project: GNU Octave
Submitted by: None
Submitted on: Fri 29 Nov 2019 10:35:42 AM UTC
Category: GUI
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 5.1.0
Operating System: GNU/Linux
_______________________________________________________
Details:
- a = {0, 0, [0 0 1 0], 0};
- open a in the variable editor
- open a{1,3} by double-clicking the '[1x4 double...]'
- change 1 into 2
Now:
- if you close the pane a{1,3} and reopen it, it is 1 again (on octave 4.4.1
it was 0)
- but 2 is shown at the command prompt if you type just a and press Enter
- and 2 is shown if you close both a{1,3} and a, and reopen them
Octave versions: 5.1.0, 4.4.1.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57325>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #57325] pane not updated after editing cell in array in cell array,
anonymous <=