Add window title to control surface options.
git-svn-id: svn://localhost/ardour2/branches/3.0@11727 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
df3eaf9188
commit
0deb2aa9af
@ -757,6 +757,7 @@ private:
|
||||
if (box) {
|
||||
string title = row[_model.name];
|
||||
ArdourWindow* win = new ArdourWindow (_parent, title);
|
||||
win->set_title ("Control Protocol Options");
|
||||
win->add (*box);
|
||||
box->show ();
|
||||
win->present ();
|
||||
|
Loading…
Reference in New Issue
Block a user