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:
Carl Hetherington 2010-05-02 14:08:37 +00:00
parent 614514dad3
commit 7fc2e8da30
4 changed files with 6 additions and 5 deletions

View file

@ -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 ();