Add menu items to set/cycle marker click behavior

This commit is contained in:
Robin Gareus 2023-09-13 20:44:07 +02:00
parent 5644c8587e
commit 31f45a488a
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 8 additions and 0 deletions

View file

@ -4346,6 +4346,7 @@ Editor::set_marker_click_behavior (MarkerClickBehavior m)
{
if (marker_click_behavior != m) {
marker_click_behavior = m;
marker_click_behavior_selection_done (marker_click_behavior);
instant_save ();
}
}