Merge pull request #16422 from RebeccaStankus/mac2588

Added extra attempt to parent interactive window content on creation
This commit is contained in:
Shannon Romano 2019-10-29 12:55:09 -07:00 committed by GitHub
commit 5221d5940f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,6 +205,7 @@ Windows.Window {
// finally set the initial window mode:
setupPresentationMode();
updateContentParent();
initialized = true;
}