mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
most of the changes required to add a new master faders tabbable
the visibility button isn't actually working correctly
This commit is contained in:
parent
87481a2ee1
commit
5c658db4bf
9 changed files with 98 additions and 9 deletions
|
|
@ -146,12 +146,6 @@ class Mixer_UI : public Gtkmm2ext::Tabbable, public PBD::ScopedConnectionList, p
|
|||
|
||||
MixerGroupTabs* _group_tabs;
|
||||
|
||||
// for restoring window geometry.
|
||||
int m_root_x, m_root_y, m_width, m_height;
|
||||
|
||||
void set_window_pos_and_size ();
|
||||
void get_window_pos_and_size ();
|
||||
|
||||
bool on_scroll_event (GdkEventScroll*);
|
||||
|
||||
void pane_allocation_handler (Gtk::Allocation&, Gtk::Paned*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue