mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom mode, up/down alter vertical track height of all tracks; option-up/down alters selected track heights
git-svn-id: svn://localhost/ardour2/branches/3.0@11858 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0431309f89
commit
bef3ea1adc
11 changed files with 309 additions and 190 deletions
|
|
@ -495,16 +495,6 @@ TimeAxisView::step_height (bool coarser)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
TimeAxisView::set_heights (uint32_t h)
|
||||
{
|
||||
TrackSelection& ts (_editor.get_selection().tracks);
|
||||
|
||||
for (TrackSelection::iterator i = ts.begin(); i != ts.end(); ++i) {
|
||||
(*i)->set_height (h);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
TimeAxisView::set_height_enum (Height h, bool apply_to_selection)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue