mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
VST3: fix initial display of custom plugin UI
This commit is contained in:
parent
704d486324
commit
b8028f1239
2 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,8 @@ VST3HWNDPluginUI::view_realized ()
|
|||
_req_width = rect.right - rect.left;
|
||||
_req_height = rect.bottom - rect.top;
|
||||
}
|
||||
|
||||
_gui_widget.queue_resize ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -214,6 +214,7 @@ VST3X11PluginUI::view_realized ()
|
|||
_req_width = rect.right - rect.left;
|
||||
_req_height = rect.bottom - rect.top;
|
||||
}
|
||||
_gui_widget.queue_resize ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue