Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336.

git-svn-id: svn://localhost/ardour2/branches/3.0@7441 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-07-19 21:47:07 +00:00
parent 0cf3e493f9
commit 536384ea4e
20 changed files with 363 additions and 376 deletions

View file

@ -20,13 +20,9 @@
#ifndef __ardour_gtk_editor_component_h__
#define __ardour_gtk_editor_component_h__
#include <list>
#include "ardour/session_handle.h"
class Editor;
class EditorComponent : public ARDOUR::SessionHandlePtr
class EditorComponent
{
public:
EditorComponent (Editor *);