Fix for 8 controls max per column in ladspa plugin windows from Olivier Doare.
git-svn-id: svn://localhost/ardour2/trunk@1366 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5f9abf8681
commit
9d4476dbb9
@ -197,7 +197,7 @@ LadspaPluginUI::build ()
|
||||
frame->add (*box);
|
||||
hpacker.pack_start(*frame,true,true);
|
||||
|
||||
x = 0;
|
||||
x = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user