Skip to content

Commit

Permalink
Fixes to cursor restoration
Browse files Browse the repository at this point in the history
More Fixes #188
  • Loading branch information
Cuperino committed Jul 30, 2023
1 parent 178db68 commit ed512f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/prompter/Prompter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ Flickable {
break;
case Prompter.States.Standby:
case Prompter.States.Countdown:
cursorAutoHide.reset();
case Prompter.States.Prompting:
// Close markers drawer unless going to Edit state
if (markersDrawer.drawerOpen)
Expand Down Expand Up @@ -1843,6 +1844,7 @@ Flickable {
script: {
if (prompter.__i>0)
__iDefault = prompter.__i;
cursorAutoHide.reset();
}
}
}
Expand Down

0 comments on commit ed512f7

Please sign in to comment.