mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
remove another unnecessary call to Pianoroll::zoom_to_show()
This commit is contained in:
parent
33943157c5
commit
a582255559
1 changed files with 0 additions and 1 deletions
|
|
@ -2209,7 +2209,6 @@ Pianoroll::region_prop_change (PBD::PropertyChange const & what_changed)
|
||||||
std::shared_ptr<MidiRegion> mr = view->midi_region();
|
std::shared_ptr<MidiRegion> mr = view->midi_region();
|
||||||
if (mr) {
|
if (mr) {
|
||||||
set_region (mr);
|
set_region (mr);
|
||||||
zoom_to_show (timecnt_t (timepos_t (max_extents_scale() * max_zoom_extent ().second.samples())));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue