mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixes #4204. v2win and v2net aren't refreshing the Character Map correctly
This commit is contained in:
@@ -232,6 +232,9 @@ public class ApplicationV2 : ApplicationImpl
|
||||
if (Application.MainThreadId == Thread.CurrentThread.ManagedThreadId)
|
||||
{
|
||||
action ();
|
||||
// Ensure the action is executed and forces LayoutAndDrawImpl
|
||||
Application.LayoutAndDrawImpl (true);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user