If ForceResultionDetection On - takes focus from mediaplayer
Closed this issue · 1 comments
Ghawken commented
Side effect of enabling ForceResolutionDetection is that focus appears random - sometimes media player has it after screen change, other times FrontView+ has focus.
Investigating options - probably similar to that used with MinimiseAlways
Aim to Activate() form without stealing focus - to enable support regardless of media player being used.
Using this call:
RestoreWindowNoActivateExtension.RestoreNoActivate(this);
Ghawken commented
Fixed.