Media Player Classic hides window numbers
Closed this issue · 2 comments
FrigoCoder commented
Alt-tabbing from Media Player Classic has the side effect of hiding window numbers.
FrigoCoder commented
This might not be specific to MPC. I had it occur several times while playing League of Legends or using other programs. It might have something to do with changing display settings, and setting the Form.Bounds to the span of all displays. At the moment I am running an experimental build that always sets Bounds at the start of a session.
FrigoCoder commented
Supposedly fixed by the following change:
- protected WindowExStyles ExStyle = WindowExStyles.ToolWindow | WindowExStyles.NoActivate;
+ protected WindowExStyles ExStyle = WindowExStyles.ToolWindow;