13
0

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:
Carl Hetherington 2012-03-19 01:34:28 +00:00
parent df3eaf9188
commit 0deb2aa9af

View File

@ -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 ();