mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: wait what?
This commit is contained in:
parent
76dec5f426
commit
7361160f31
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ void FurnaceGUI::doFind() {
|
||||||
int lastRow=e->curSubSong->patLen-1;
|
int lastRow=e->curSubSong->patLen-1;
|
||||||
|
|
||||||
if (curQueryRangeY==1) {
|
if (curQueryRangeY==1) {
|
||||||
|
finishSelection();
|
||||||
|
|
||||||
firstRow=selStart.y;
|
firstRow=selStart.y;
|
||||||
lastRow=selEnd.y;
|
lastRow=selEnd.y;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue