kingjon3377/tartan-gui

Editing of "named figures" is broken

Closed this issue · 1 comments

At least two problems:

  • It tries to squash the whole GUI for that into the space it would reserve for editing a normal figure (and the space for displaying the "named figure" is already too short)
  • Pressing "tab" takes the user out of that editor entirely

I've also noticed a glitch where going back into a "named figure" adds more new sub-figures to the end.

While I know where in the code the fix for this has to be put (in the named-figure-editor panel or the code instantiating it) I'm not really sure how to go about addressing these issues.

The problem of not enough vertical space being allotted has been fixed in a7508bd (except that it doesn't notice and expand the row when a new sub-figure is added). The tabbing issue isn't unique to named figures, so I'll make a new issue and close this one.