Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Fix exit fullscreen viewport scaling issues #845

Merged
merged 1 commit into from
Nov 27, 2018
Merged

Conversation

MortimerGoro
Copy link
Contributor

@MortimerGoro MortimerGoro commented Nov 27, 2018

Fixes #833

@MortimerGoro MortimerGoro changed the title Fix exit fullscreen viewport scaling issues. Fixes #833 Fix exit fullscreen viewport scaling issues Nov 27, 2018
Copy link
Contributor

@cvan cvan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this appears to fix #833 (comment) - many thanks!

if (SessionStore.get().isInFullScreen()) {
SessionStore.get().exitFullScreen();
}
}, 50);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this solves the issue for now. shall we keep #833 open for a more proper investigation + solution after 1.1?

Copy link
Contributor

@caseyyee caseyyee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Works nicely!

@MortimerGoro MortimerGoro merged commit f5e522d into master Nov 27, 2018
@cvan cvan deleted the fullscreen_resize branch November 27, 2018 00:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants