mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Fixup prev commit (LV2 X11 UI) -- #7837
This commit is contained in:
parent
e4601e54e9
commit
bd46b2df8e
1 changed files with 1 additions and 1 deletions
|
|
@ -858,7 +858,7 @@ LV2Plugin::init(const void* c_plugin, samplecnt_t rate)
|
|||
if (lilv_ui_is_a(ui, _world.ui_X11UI) &&
|
||||
lilv_ui_is_supported (ui,
|
||||
suil_ui_supported,
|
||||
world.ui_GtkUI,
|
||||
_world.ui_GtkUI,
|
||||
&this_ui_type)) {
|
||||
this_ui = ui;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue