GUI: new pattern cursor logic, part 13

find/replace and some other places I've missed
This commit is contained in:
tildearrow 2025-07-04 04:30:31 -05:00
parent 0bbdfa877e
commit 1c7f71ffaa
3 changed files with 5 additions and 3 deletions

View file

@ -105,6 +105,8 @@ void FurnaceGUI::doFind() {
if (curQueryRangeY==1) {
finishSelection();
firstOrder=selStart.order;
lastOrder=selEnd.order;
firstRow=selStart.y;
lastRow=selEnd.y;
}