Message does not update unless moving mouse

Hello, somebody inside Specle,

I noticed that sometimes the bottom-black message area is not updated unless you move the mouse cursor.
This could be fixed by calling OnDisplayExpired();

this.Message = "message";
this.OnDisplayExpired(true);

Good luck.

Hi @masaakim! Thanks for the heads up. To my shame, i realised this recently, some 6 months ago, but never got to implement it. If brave, don’t hesitate to do a PR!