You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking outside the Gw2 window, for example in a internet browser on another screen and then clicking back in, the Gw2 window more often then not end up on top of the cursor overlay witch makes it invisible. The solution i have used for that until now have been to restart the cursor overlay but that have become quite annoying. So after looking at the code a bit i found that adding WinSetOnTop($overlay, "", 1) and WinSetOnTop($overlay, "", 0) to ShowOverlay() and HideOverlay() fixed this issue.
When clicking outside the Gw2 window, for example in a internet browser on another screen and then clicking back in, the Gw2 window more often then not end up on top of the cursor overlay witch makes it invisible. The solution i have used for that until now have been to restart the cursor overlay but that have become quite annoying. So after looking at the code a bit i found that adding WinSetOnTop($overlay, "", 1) and WinSetOnTop($overlay, "", 0) to ShowOverlay() and HideOverlay() fixed this issue.
The text was updated successfully, but these errors were encountered: