Skip to content

gui: Initiate clues pane

Created a clues pane, which is synchronized with the grid, in both directions.

It looks like this:

Clues Pane

TODO:

  • Bug when shading a box: Sometimes previous slot/clue gets selected instead of selection being cleared.
  • Bug: Clue cannot be edited more than once. Review custom TextFieldListCell. EDIT - Cannot reproduce, probably mis-clicked.
  • Height of clue list views: They are too big by default and it's pain to set.
  • It looks like split pane dividers are not properly inacessible anymore when lateral panes are not visible. Not sure it's related to this MR or if it has been broken before.

See #7 (closed).

Edited by Antoine Belvire

Merge request reports