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 running evemon on a tablet (in tablet mode so with a fullscreen start menu, evemon hides and shows it's mainwindow a large number of times leading (whenever a character tile is added/updated it seems).
This leads to evemon disappearing and the windows menu to show (which looks quite annoying).
The text was updated successfully, but these errors were encountered:
It can be fixed by swapping code for this.SuspendDrawing() and this.ResumeDrawing() in LayoutTabPages of MainWindow.cs. SuspendDrawing is more for Controls and not for Forms.
Hi
When running evemon on a tablet (in tablet mode so with a fullscreen start menu, evemon hides and shows it's mainwindow a large number of times leading (whenever a character tile is added/updated it seems).
This leads to evemon disappearing and the windows menu to show (which looks quite annoying).
The text was updated successfully, but these errors were encountered: