GUI: new pattern cursor logic, part 13
find/replace and some other places I've missed
This commit is contained in:
parent
0bbdfa877e
commit
1c7f71ffaa
3 changed files with 5 additions and 3 deletions
|
|
@ -105,6 +105,8 @@ void FurnaceGUI::doFind() {
|
|||
if (curQueryRangeY==1) {
|
||||
finishSelection();
|
||||
|
||||
firstOrder=selStart.order;
|
||||
lastOrder=selEnd.order;
|
||||
firstRow=selStart.y;
|
||||
lastRow=selEnd.y;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue