fix crash when dragging markers
This commit is contained in:
parent
9c2e4ec6d2
commit
40c29640f5
@ -619,7 +619,7 @@ Editor::LocationMarkers::set_position (timepos_t const & startt,
|
||||
timepos_t const & endt)
|
||||
{
|
||||
start->set_position (startt);
|
||||
if (!endt.zero()) {
|
||||
if (end && !endt.zero()) {
|
||||
end->set_position (endt);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user