Indicate selection extents in time ruler

This commit is contained in:
Robin Gareus 2023-05-16 23:46:12 +02:00
parent 1ee2675716
commit cb78043adc
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
9 changed files with 51 additions and 0 deletions

View file

@ -1300,6 +1300,8 @@ Editor::time_selection_changed ()
_session->clear_range_selection ();
}
}
update_selection_markers ();
}
/** Set all region actions to have a given sensitivity */
@ -1737,6 +1739,7 @@ Editor::region_selection_changed ()
set_mouse_mode (MouseObject, false);
}
}
update_selection_markers ();
}
void