mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
update track-header width when changing show-track-meters
This commit is contained in:
parent
888f440633
commit
1e0c987b77
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ Editor::stop_updating_meters ()
|
|||
void
|
||||
Editor::toggle_meter_updating()
|
||||
{
|
||||
DisplaySuspender ds;
|
||||
if (Config->get_show_track_meters()) {
|
||||
start_updating_meters ();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue