Replace direct use of Session::goto_end() in surfaces

This commit is contained in:
David Robillard 2021-06-15 19:59:13 -04:00
parent 585e8173f9
commit badb360d1d

View file

@ -576,7 +576,7 @@ ContourDesignControlProtocol::next_marker_keep_rolling ()
if (pos.positive() || pos.zero()) {
locate (pos.samples());
} else {
_session->goto_end();
goto_end();
}
}