mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
new mouse mode (Draw (notes)); switch into internal mode when draw is selected; notably improve use of dbl-click to enter and exist internal/note edit mode
git-svn-id: svn://localhost/ardour2/branches/3.0@11269 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c43f1d22c8
commit
efab36a85e
9 changed files with 137 additions and 45 deletions
|
|
@ -834,11 +834,6 @@ RegionMoveDrag::finished (GdkEvent* ev, bool movement_occurred)
|
|||
|
||||
if (!movement_occurred) {
|
||||
/* just a click */
|
||||
if (ev->type == GDK_2BUTTON_PRESS && ev->button.button == 1) {
|
||||
/* double click - internal edit mode */
|
||||
Glib::RefPtr<Action> act = ActionManager::get_action (X_("MouseMode"), X_("toggle-internal-edit"));
|
||||
act->activate ();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue