Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win32: Fix a minor fullscreen bug. #6651

Merged
merged 1 commit into from Aug 5, 2014

Conversation

thedax
Copy link
Collaborator

@thedax thedax commented Jul 29, 2014

If the window is maximized before going fullscreen, the taskbar appears on top after entering fullscreen, which is not desirable (well, at least to me).
Also, apply the maximized state properly again after exiting, if the user had the window maximized.

Fixes #6639.

If the window is maximized before going fullscreen, the taskbar appears on top, which is not desirable.
Also, apply the maximized state properly again after exiting, if the user had the window maximized.
@thedax
Copy link
Collaborator Author

thedax commented Jul 29, 2014

Just in case..@vnctdj, can you make sure this still works with your multi-monitor setup?

@vnctdj
Copy link
Contributor

vnctdj commented Jul 30, 2014

I have tested, no problem :)

@thedax
Copy link
Collaborator Author

thedax commented Jul 30, 2014

Thanks.

@thedax
Copy link
Collaborator Author

thedax commented Aug 5, 2014

For minor fixes like this in the future, should I just push directly, or should I stick with the same process I've done since the beginning?

@hrydgard
Copy link
Owner

hrydgard commented Aug 5, 2014

For single liners and similar that you are sure about, just push.

hrydgard added a commit that referenced this pull request Aug 5, 2014
Win32: Fix a minor fullscreen bug.
@hrydgard hrydgard merged commit b2ade10 into hrydgard:master Aug 5, 2014
@thedax
Copy link
Collaborator Author

thedax commented Aug 5, 2014

Okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maximize=>F11=>taskbar visible
3 participants