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
This code really decrease the performance a lot because will force always a refresh even if NeedsDisplay, SubViewNeedsDisplay or LayoutNeeded are false.
#2958)
* Fixes#2954. Modal view is always refreshing only by moving the mouse.
* Fixes invisible topLevel to be cleaned up which should be a drawing task.
* Forcing Shutdown.
This code really decrease the performance a lot because will force always a refresh even if
NeedsDisplay
,SubViewNeedsDisplay
orLayoutNeeded
are false.Terminal.Gui/Terminal.Gui/Application.cs
Lines 668 to 670 in d40db95
The follow test will fail:
The text was updated successfully, but these errors were encountered: