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:
Paul Davis 2012-01-19 15:23:51 +00:00
parent c43f1d22c8
commit efab36a85e
9 changed files with 137 additions and 45 deletions

View file

@ -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;
}