mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Use dedicated common actions per edit context
Pianoroll and main editor mouse-mode/tool actions are now separate.
This commit is contained in:
parent
13ee3d9fc3
commit
d8e7e24f59
5 changed files with 21 additions and 22 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue