Skip to content

Commit

Permalink
🍇 Make selection logical after operations
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuusweetfish committed Feb 21, 2019
1 parent db56a3f commit 34bd615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roll.pixi
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ fn roll_break($x) {
fn roll_cut() {
roll_copy(0)
roll_shrink()
roll_sfin = roll_sside
}

fn sort_sel_endpts() {
Expand Down Expand Up @@ -703,6 +704,7 @@ fn roll_paste() {
}

roll_push_history()
roll_sfin = roll_sside + roll_clip_len - 1
}

fn roll_shrink() {
Expand Down

0 comments on commit 34bd615

Please sign in to comment.