mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Fix toggling behaviour of glue region to bars & beats option. Fixes #2588.
git-svn-id: svn://localhost/ardour2/branches/3.0@7040 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
614514dad3
commit
7fc2e8da30
4 changed files with 6 additions and 5 deletions
|
|
@ -1040,7 +1040,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void toggle_region_lock ();
|
||||
void toggle_region_opaque ();
|
||||
void toggle_record_enable ();
|
||||
void set_region_lock_style (ARDOUR::Region::PositionLockStyle);
|
||||
void toggle_region_lock_style ();
|
||||
void raise_region ();
|
||||
void raise_region_to_top ();
|
||||
void lower_region ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue