mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
rename MetricSection movable -> initial, but of course initial is !movable..
This commit is contained in:
parent
0c54e56f96
commit
34e41a3ca6
5 changed files with 51 additions and 51 deletions
|
|
@ -3319,7 +3319,7 @@ TempoMarkerDrag::TempoMarkerDrag (Editor* e, ArdourCanvas::Item* i, bool c)
|
|||
|
||||
_marker = reinterpret_cast<TempoMarker*> (_item->get_data ("marker"));
|
||||
_real_section = &_marker->tempo();
|
||||
_movable = _real_section->movable();
|
||||
_movable = !_real_section->initial();
|
||||
_grab_bpm = _real_section->note_types_per_minute();
|
||||
assert (_marker);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue