Fixes #4204. v2win and v2net aren't refreshing the Character Map correctly

This commit is contained in:
BDisp
2025-07-23 23:28:52 +01:00
parent 3b13d5a83c
commit 6ec4adcc45

View File

@@ -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;
}