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) {
|
if (box) {
|
||||||
string title = row[_model.name];
|
string title = row[_model.name];
|
||||||
ArdourWindow* win = new ArdourWindow (_parent, title);
|
ArdourWindow* win = new ArdourWindow (_parent, title);
|
||||||
|
win->set_title ("Control Protocol Options");
|
||||||
win->add (*box);
|
win->add (*box);
|
||||||
box->show ();
|
box->show ();
|
||||||
win->present ();
|
win->present ();
|
||||||
|
Loading…
Reference in New Issue
Block a user