mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-31 21:38:32 -04:00
selection: fix block selection direction update
This patch fixes a condition check in selection_update(), so that during block selection, the selection area no longer gets incorrectly updated when selecting back across the starting column.
This commit is contained in:
parent
4bf60d0fbc
commit
31f51a661c
2 changed files with 3 additions and 1 deletions
|
|
@ -82,6 +82,8 @@
|
|||
* DECCRA not clamping or verifying the destination rectangle
|
||||
([#2352][2352]).
|
||||
* Empty selection clearing the clipboard ([#2327][2327]).
|
||||
* Block selection area incorrectly updated when selecting back
|
||||
across the starting column.
|
||||
|
||||
[2353]: https://codeberg.org/dnkl/foot/issues/2353
|
||||
[2352]: https://codeberg.org/dnkl/foot/issues/2352
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue