Skip to content
Snippets Groups Projects
Commit 03beee18 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Also copy schedule time and y-locations for inplace editing

parent 96ba8889
No related branches found
No related tags found
1 merge request!301Also copy schedule time and y-locations for inplace editing
Pipeline #95153 passed
......@@ -329,6 +329,8 @@ class Schedule:
if inplace:
self._start_times = new_schedule._start_times
self._laps = new_schedule._laps
self._schedule_time = new_schedule._schedule_time
self._y_locations = new_schedule._y_locations
return new_schedule
def increase_time_resolution(self, factor: int) -> "Schedule":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment