blocktronics / moebius

Modern ANSI & ASCII Art Editor
https://blocktronics.github.io/moebius/
Apache License 2.0
761 stars 42 forks source link

Last selected block is cut when using CTRL+SHIFT+X to swap colors #217

Open grymmjack opened 2 years ago

grymmjack commented 2 years ago

Hi.

I think I found a bug.

Draw something.

Now select it, then do something with it like copy, whatever.

Now move your cursor somewhere the selection was not, and swap colors with CTRL+SHIFT+X - the original selection you just made is now cut. :(

See GIF reproduction: 2022-11-25_13-37-05

grymmjack commented 2 years ago

A work around is to simply select something you don't mind getting cut (like 1 character), then while the bug is still there, and it cuts the old selection, it won't matter because you don't care about it being cut. :)

Then you can continue to CTRL+SHIFT+X swap colors all day long. Just need a disposable character.

Annoying, but no deal breaker.