summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2020-04-02 11:56:47 +0200
committerJohannes Mueller <github@johannes-mueller.org>2020-04-02 14:37:12 +0200
commit41fa647b699305250edeaa0672ee20ce9d1914ea (patch)
tree2025700abf4e45d336d2fedcd14f4e3e1a80407b /gtk2_ardour
parent7a2e9bf2244a30c4075578d92081219a36022197 (diff)
Template descriptions no longer dirty when saved or changes discarded
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/template_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/template_dialog.cc b/gtk2_ardour/template_dialog.cc
index cf65ca29b8..70353c0c56 100644
--- a/gtk2_ardour/template_dialog.cc
+++ b/gtk2_ardour/template_dialog.cc
@@ -329,6 +329,7 @@ TemplateManager::handle_dirty_description ()
} else {
_description_editor.get_buffer()->set_text (_current_selection->get_value (_template_columns.description));
}
+ _desc_dirty = false;
}
}