Skip to content

Commit

Permalink
imp - Prevent infobox from exiting when mouse move...
Browse files Browse the repository at this point in the history
...s

---

We need to prevent the modal infoboxes from closing themselves when we move the mouse.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jul 1, 2024
1 parent 7339f21 commit af69bbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Terminaux/Inputs/Styles/Infobox/InfoBoxColor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ void DoActionBasedOnButtonPress(PointerEventContext mouse)
delay = false;
exiting = false;
break;
default:
delay = false;
exiting = false;
break;
}
}
else if (ConsoleWrapper.KeyAvailable && !PointerListener.PointerActive)
Expand Down

0 comments on commit af69bbe

Please sign in to comment.