mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
VST3: Fix initial GUI display and window-size
This commit is contained in:
parent
b8028f1239
commit
b7c9917467
3 changed files with 5 additions and 2 deletions
|
|
@ -209,6 +209,7 @@ VST3NSViewPluginUI::on_window_show (const std::string& /*title*/)
|
|||
{
|
||||
gtk_widget_realize (GTK_WIDGET(_gui_widget.gobj()));
|
||||
show_all ();
|
||||
_gui_widget.queue_resize ();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue