mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Add option to Zoom to Selection on double click
Currently implemented for Region and Range selections. The new option is false/off by default to maintain existing behaviour. I'm not sure it should require another option, perhaps Zoom to Selection should be the default and accessing the region properties dialog can be via Modifier+double click, but further changes can be made on user feedback etc. Related: #7112
This commit is contained in:
parent
89623923bd
commit
0eff7d4a0c
5 changed files with 29 additions and 4 deletions
|
|
@ -1655,6 +1655,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void edit_meter_marker (MeterMarker&);
|
||||
void edit_control_point (ArdourCanvas::Item*);
|
||||
void edit_notes (MidiRegionView*);
|
||||
void edit_region (RegionView*);
|
||||
|
||||
void edit_current_meter ();
|
||||
void edit_current_tempo ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue