Use dedicated common actions per edit context

Pianoroll and main editor mouse-mode/tool actions are
now separate.
This commit is contained in:
Robin Gareus 2025-03-05 22:08:48 +01:00
parent 13ee3d9fc3
commit d8e7e24f59
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 21 additions and 22 deletions

View file

@ -32,7 +32,7 @@ const int PublicEditor::horizontal_spacing = 6;
ARDOUR::DataType PublicEditor::pbdid_dragged_dt = ARDOUR::DataType::NIL;
PublicEditor::PublicEditor ()
: EditingContext (X_("Editor"))
: EditingContext (X_("Editing"))
, Tabbable (_("Editor"), X_("editor"), NULL, true, Tabbable::PaneLayout (Tabbable::AttLeft | Tabbable::AttBottom | Tabbable::PaneRight))
{
_suspend_route_redisplay_counter.store (0);