Mark session as dirty when meter-type changes

This commit is contained in:
Robin Gareus 2020-09-17 21:05:12 +02:00
parent ae2a1c15fa
commit 824e54f399
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -6153,6 +6153,7 @@ void
Route::set_meter_type (MeterType t)
{
_meter->set_meter_type (t);
_session.set_dirty ();
}
MeterType