summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_port_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-01-26 20:41:22 +0000
committerCarl Hetherington <carl@carlh.net>2009-01-26 20:41:22 +0000
commit7e1b86aceeef477e13b4c35f524034d909acd92c (patch)
treeb30fc62ec08d60cf3d6de99a6ed0d32fe5588b92 /gtk2_ardour/global_port_matrix.h
parent7dd80013006c36e852039cdde4407c58f0d4b0ac (diff)
Make global port matrix a Gtk::Window rather than an ArdourDialog.
git-svn-id: svn://localhost/ardour2/branches/3.0@4445 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/global_port_matrix.h')
-rw-r--r--gtk2_ardour/global_port_matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/global_port_matrix.h b/gtk2_ardour/global_port_matrix.h
index 845a348efd..2eca9dee7f 100644
--- a/gtk2_ardour/global_port_matrix.h
+++ b/gtk2_ardour/global_port_matrix.h
@@ -62,7 +62,7 @@ private:
};
-class GlobalPortMatrixWindow : public ArdourDialog
+class GlobalPortMatrixWindow : public Gtk::Window
{
public:
GlobalPortMatrixWindow (ARDOUR::Session&, ARDOUR::DataType);