[Summary] Bug fix 44822: "F" button makes selected track extremely bigh (track heigth). Please disable.

[Reviewed] GZharun
This commit is contained in:
Nikolay 2014-12-26 13:38:44 +02:00
parent e796343e00
commit ae6774aaf2
2 changed files with 0 additions and 3 deletions

View file

@ -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);

View file

@ -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