mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
make most (all?) keymouse actions ensure that the entered regionview is selected before the action occurs
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2633 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4f9eaf6858
commit
c97fbffa9c
2 changed files with 27 additions and 0 deletions
|
|
@ -1885,6 +1885,7 @@ class Editor : public PublicEditor
|
|||
|
||||
TimeAxisView* entered_track;
|
||||
RegionView* entered_regionview;
|
||||
void ensure_entered_selected ();
|
||||
bool clear_entered_track;
|
||||
gint left_track_canvas (GdkEventCrossing*);
|
||||
void set_entered_track (TimeAxisView*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue