diff --git a/src/plugins/score-plugin-gfx/Gfx/Graph/ScreenNode.cpp b/src/plugins/score-plugin-gfx/Gfx/Graph/ScreenNode.cpp index 29fcc45c56..c2e26a9149 100644 --- a/src/plugins/score-plugin-gfx/Gfx/Graph/ScreenNode.cpp +++ b/src/plugins/score-plugin-gfx/Gfx/Graph/ScreenNode.cpp @@ -301,7 +301,11 @@ void ScreenNode::createOutput( std::function onUpdate, std::function onResize) { if(m_ownsWindow) + { m_window = std::make_shared(graphicsApi); + if(m_embedded) + m_window->unsetCursor(); + } #if QT_HAS_VULKAN if(graphicsApi == Vulkan)