mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause
This commit is contained in:
parent
e8301185c0
commit
a902737db9
11 changed files with 125 additions and 59 deletions
|
|
@ -43,7 +43,6 @@
|
|||
#include "gtkmm2ext/dndtreeview.h"
|
||||
#include "gtkmm2ext/stateful_button.h"
|
||||
#include "gtkmm2ext/bindings.h"
|
||||
#include "gtkmm2ext/visibility_tracker.h"
|
||||
|
||||
#include "pbd/stateful.h"
|
||||
#include "pbd/signals.h"
|
||||
|
|
@ -137,7 +136,7 @@ class TimeSelection;
|
|||
class RegionLayeringOrderEditor;
|
||||
class VerboseCursor;
|
||||
|
||||
class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr, public Gtkmm2ext::VisibilityTracker
|
||||
class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr
|
||||
{
|
||||
public:
|
||||
Editor ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue