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
The application gets slower when forms are opened and closed many times (1000 times).
After this, the application consumes a lot of CPU.
I detected that after commenting OnGlobakMouseMove on MaterialForm the issue is solved.
// This enables the form to trigger the MouseMove event even when mouse is over another control //Application.AddMessageFilter(new MouseMessageFilter()); //MouseMessageFilter.MouseMove += OnGlobalMouseMove;
The text was updated successfully, but these errors were encountered:
The application gets slower when forms are opened and closed many times (1000 times).
After this, the application consumes a lot of CPU.
I detected that after commenting OnGlobakMouseMove on MaterialForm the issue is solved.
// This enables the form to trigger the MouseMove event even when mouse is over another control //Application.AddMessageFilter(new MouseMessageFilter()); //MouseMessageFilter.MouseMove += OnGlobalMouseMove;
The text was updated successfully, but these errors were encountered: