We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e7a67 commit 70b761dCopy full SHA for 70b761d
1 file changed
source/qvst/src/QVstEditorView.cpp
@@ -35,6 +35,7 @@ Steinberg::tresult PLUGIN_API QVstEditorView::attached(void *parent, Steinberg::
35
QLayout *pLayout = createLayout();
36
if (pLayout != nullptr) {
37
m_pHostedWidget->setLayout(pLayout);
38
+ m_pHostedWidget->updateGeometry();
39
}
40
return Steinberg::Vst::EditorView::attached(parent, type);
41
0 commit comments