Fixes #4198. Application.Invoke isn't wakeup the driver if idle (#4199)

This commit is contained in:
BDisp
2025-07-22 20:57:38 +01:00
committed by GitHub
parent ec827e901e
commit 2ec08d5939

View File

@@ -293,6 +293,10 @@ public class ApplicationImpl : IApplication
return false;
}
);
// Ensure the action is executed in the main loop
// Wakeup mainloop if it's waiting for events
Application.MainLoop.Wakeup ();
}
/// <inheritdoc />