Added extra attempt to parent interactive window content on creation

This commit is contained in:
Rebecca Stankus 2019-10-29 11:20:14 -07:00
parent 5c3d4649ef
commit b8d6a2cf0b

View file

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