From b8d6a2cf0b5de0efa6e79dc913b06491811f70f3 Mon Sep 17 00:00:00 2001 From: Rebecca Stankus Date: Tue, 29 Oct 2019 11:20:14 -0700 Subject: [PATCH] Added extra attempt to parent interactive window content on creation --- interface/resources/qml/InteractiveWindow.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/resources/qml/InteractiveWindow.qml b/interface/resources/qml/InteractiveWindow.qml index 3a4ec8838c..a8b27762d6 100644 --- a/interface/resources/qml/InteractiveWindow.qml +++ b/interface/resources/qml/InteractiveWindow.qml @@ -205,6 +205,7 @@ Windows.Window { // finally set the initial window mode: setupPresentationMode(); + updateContentParent(); initialized = true; }