fix cursor movement check
This commit is contained in:
parent
a78c59e17e
commit
a6d06d3728
1 changed files with 1 additions and 1 deletions
|
|
@ -7386,7 +7386,7 @@ bool FurnaceGUI::loop() {
|
|||
}
|
||||
|
||||
if (!e->isPlaying() && e->getFilePlayerSync()) {
|
||||
if (cursor.y!=prevCursor.y || cursor.order) {
|
||||
if (cursor.y!=prevCursor.y || cursor.order!=prevCursor.order) {
|
||||
DivFilePlayer* fp=e->getFilePlayer();
|
||||
logV("cursor moved to %d:%d",cursor.order,cursor.y);
|
||||
if (!fp->isPlaying()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue