rename MetricSection movable -> initial, but of course initial is !movable..

This commit is contained in:
nick_m 2016-11-25 01:38:19 +11:00
parent 0c54e56f96
commit 34e41a3ca6
5 changed files with 51 additions and 51 deletions

View file

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