When command flip-selected-horiz is performed, y value is decremented by 1 for all selected items.
to reproduce:
- move cursor downward from the top row
- print text to canvas with
a
- select text with
s
- 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.
When command
flip-selected-horizis performed, y value is decremented by 1 for all selected items.to reproduce:
asspace) longnameflip-selected-horizThe 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.