change kbd selection to F1 & F2; make kbd selection differentiate between rolling and not rolling conditions, using mouse location for not rolling; marker selection starts tobe used; markers get lines when selected; hide marker_grab_line now

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2608 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-11-08 05:06:23 +00:00
parent c61de034c7
commit 62941af2cf
7 changed files with 130 additions and 13 deletions

View file

@ -1424,6 +1424,7 @@ class Editor : public PublicEditor
void track_selection_changed ();
void region_selection_changed ();
void point_selection_changed ();
void marker_selection_changed ();
enum SelectionOp {
CreateSelection,