mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
[Summary] Vertical zoom performance improvement sugested by Valery
[Reviewed] VKamyshniy
This commit is contained in:
parent
6dd3b0d95f
commit
13c45a865a
1 changed files with 1 additions and 0 deletions
|
|
@ -6588,6 +6588,7 @@ Editor::set_track_height (Height h)
|
|||
void
|
||||
Editor::vertical_zoom_by_slider()
|
||||
{
|
||||
DisplaySuspender ds;
|
||||
for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
|
||||
(*i)->set_height (_vertical_zoom_adjustment.get_value()*22);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue