Files
ardour/libs
Robin Gareus f658a4c0b2 Fix Region lock style property (#9191)
This allows to properly toggle "Glue to Bars/Beats".

Editor::toggle_region_lock_style uses Region::position_time_domain(),
However Region::set_position_time_domain() checked the duration's
time-domain.

Furthermore timecnt_t::set_time_domain() changes both the
position and the duration's time domain. This can lead to
various issues. We only need to change the time-domain of
the timepos_t _position.
2023-01-10 20:07:05 +01:00
..
2022-08-03 12:10:01 -06:00
2022-12-26 14:03:32 -06:00
2022-09-21 19:09:55 -06:00
2021-03-01 22:14:38 +01:00
2022-11-15 03:24:19 +01:00