mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
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:
parent
0cf3e493f9
commit
536384ea4e
20 changed files with 363 additions and 376 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue