mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
[Summary] Bug fix 44822: "F" button makes selected track extremely bigh (track heigth). Please disable.
[Reviewed] GZharun
This commit is contained in:
parent
e796343e00
commit
ae6774aaf2
2 changed files with 0 additions and 3 deletions
|
|
@ -415,8 +415,6 @@ Editor::register_actions ()
|
|||
}
|
||||
ActionManager::track_selection_sensitive_actions.push_back (act);
|
||||
|
||||
reg_sens (editor_actions, "fit-tracks", _("Fit Selected Tracks"), sigc::mem_fun(*this, &Editor::fit_selected_tracks));
|
||||
|
||||
act = reg_sens (editor_actions, "track-height-largest", _("Largest"), sigc::bind (
|
||||
sigc::mem_fun(*this, &Editor::set_track_height), HeightLargest));
|
||||
ActionManager::track_selection_sensitive_actions.push_back (act);
|
||||
|
|
|
|||
|
|
@ -193,7 +193,6 @@ This mode provides many different operations on both regions and control points,
|
|||
@rop|Region/duplicate-region|<@SECONDARY@>d|duplicate region (once)
|
||||
@rop|Region/multi-duplicate-region|<@TERTIARY@>d|duplicate region (multi)
|
||||
@select|Editor/select-all-in-punch-range|<@PRIMARY@>d|select all in punch range
|
||||
@vis|Editor/fit-tracks|f|fit tracks vertically
|
||||
@trans|Editor/toggle-follow-playhead|<@PRIMARY@>f|toggle playhead tracking
|
||||
@trans|Transport/ToggleFollowEdits|<@TERTIARY@>f|toggle playhead follows edits
|
||||
@wvis|Common/ToggleMaximalEditor|<@PRIMARY@><@SECONDARY@>f|maximise editor space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue