Skip to content

flip-selected-horiz shifts selection up by one row #76

@AdrianGroty

Description

@AdrianGroty

When command flip-selected-horiz is performed, y value is decremented by 1 for all selected items.

to reproduce:

  1. move cursor downward from the top row
  2. print text to canvas with a
  3. select text with s
  4. execute command (space) longname flip-selected-horiz

The selected item has been shifted to the row above its original position. If any of the selection is on row 0, the command will shift these items to y=-1, making them unreachable in the canvas. Though, they can still be addressed via the backing sheet and will shift back to row 0 if a slide operation is performed in any direction while they are selected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions