mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
when leaving internal edit mode, if the current mode is range ("draw") and it wasn't before we entered internal edit mode, flip back to whatever it was before we entered
git-svn-id: svn://localhost/ardour2/branches/3.0@9102 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
92578ddef5
commit
b88c773894
3 changed files with 9 additions and 0 deletions
|
|
@ -647,6 +647,7 @@ Editor::Editor ()
|
|||
_snap_mode = SnapOff;
|
||||
set_snap_mode (_snap_mode);
|
||||
set_mouse_mode (MouseObject, true);
|
||||
pre_internal_mouse_mode = MouseObject;
|
||||
set_edit_point_preference (EditAtMouse, true);
|
||||
|
||||
_playlist_selector = new PlaylistSelector();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue