mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Show "+" icon on editor track-header area
This commit is contained in:
parent
caa9b2c25a
commit
ae879662d4
2 changed files with 4 additions and 0 deletions
|
|
@ -463,6 +463,8 @@ Editor::Editor ()
|
|||
_group_tabs = new EditorGroupTabs (this);
|
||||
controls_layout.add (edit_controls_vbox);
|
||||
|
||||
controls_layout.signal_expose_event ().connect (sigc::bind (sigc::ptr_fun (&ArdourWidgets::ArdourIcon::expose_with_text), &controls_layout, ArdourWidgets::ArdourIcon::ShadedPlusSign, _("Right-click\nor Double-click here\nto add Track, Bus,\n or VCA.")));
|
||||
|
||||
HSeparator* separator = manage (new HSeparator());
|
||||
separator->set_name("TrackSeparator");
|
||||
separator->set_size_request(-1, 1);
|
||||
|
|
|
|||
|
|
@ -380,6 +380,7 @@ Editor::reset_controls_layout_height (int32_t h)
|
|||
controls_layout.property_height() = h;
|
||||
|
||||
_group_tabs->set_extent (h);
|
||||
controls_layout.queue_draw ();
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
@ -989,6 +990,7 @@ Editor::tie_vertical_scrolling ()
|
|||
_summary->set_overlays_dirty ();
|
||||
}
|
||||
_group_tabs->set_offset (vertical_adjustment.get_value ());
|
||||
controls_layout.queue_draw ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue