From 824e54f399f943fbde1eb2fbedc09fe902780aad Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 17 Sep 2020 21:05:12 +0200 Subject: [PATCH] Mark session as dirty when meter-type changes --- libs/ardour/route.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 93f76f86b3..65c82b4d79 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -6153,6 +6153,7 @@ void Route::set_meter_type (MeterType t) { _meter->set_meter_type (t); + _session.set_dirty (); } MeterType