GUI: fix selection moving when selecting using key

board

issue #2664
This commit is contained in:
tildearrow 2026-01-14 18:36:37 -05:00
parent 7490afb810
commit 9ae17062a5

View file

@ -1973,6 +1973,8 @@ void FurnaceGUI::doDrag(bool copy) {
void FurnaceGUI::moveSelected(int x, int y) {
SelectionPoint selStartOld, selEndOld, selStartNew, selEndNew;
finishSelection();
selStartOld=selStart;
selEndOld=selEnd;