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

Update SceneDelegate.swift #12

Merged
merged 1 commit into from
Jun 15, 2020
Merged

Update SceneDelegate.swift #12

merged 1 commit into from
Jun 15, 2020

Conversation

Jayson-Furr
Copy link

Set the window EnvironmentKey to the window for the contentView's environment in the SceneDelegate. This is necessary for multiple window support.

Set the window EnvironmentKey to the window for the contentView's environment in the SceneDelegate. This is necessary for multiple window support.
@peterfriese peterfriese linked an issue Jun 15, 2020 that may be closed by this pull request
@peterfriese peterfriese added the feature New feature or request label Jun 15, 2020
@peterfriese peterfriese self-assigned this Jun 15, 2020
@peterfriese peterfriese changed the base branch from master to feature/support-iPadOS-mutiple-windows June 15, 2020 16:19
@peterfriese peterfriese merged commit caeefb5 into peterfriese:feature/support-iPadOS-mutiple-windows Jun 15, 2020
peterfriese added a commit that referenced this pull request Jun 15, 2020
Fixes #15

This squashes the following commits:

commit 20c035f
Author: Peter Friese <[email protected]>
Date:   Mon Jun 15 18:21:38 2020 +0200

    ✨ Add Multiple Window support

commit caeefb5
Merge: 00e086a 8a80d67
Author: Peter Friese <[email protected]>
Date:   Mon Jun 15 18:20:03 2020 +0200

    Merge pull request #12 from Jayson-Furr/scene-support

    Update SceneDelegate.swift

commit 8a80d67
Author: Jayson Furr <[email protected]>
Date:   Sun Jun 14 06:30:52 2020 -0500

    Update SceneDelegate.swift

    Set the window EnvironmentKey to the window for the contentView's environment in the SceneDelegate. This is necessary for multiple window support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: Implement Multiple Windows support
2 participants