mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
we do not need to queue ::redisplay_track_Views() for track height changes
This may be incorrect, since track height changes may be driven directly (e.g. via menu items) rather than by mouse drags. This may need revisiting and there may need to be a way to separate dragged height changes from others.
This commit is contained in:
parent
da20e4ed60
commit
c1fb7bc05d
1 changed files with 1 additions and 1 deletions
|
|
@ -5961,7 +5961,7 @@ Editor::redisplay_track_views ()
|
|||
void
|
||||
Editor::handle_gui_changes (string const & what, void*)
|
||||
{
|
||||
if (what == "track_height" || what == "visible_tracks") {
|
||||
if (what == "visible_tracks") {
|
||||
queue_redisplay_track_views ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue