mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix bug in waypoint tab
Seems like I gave some inaccurate feedback -_-
This commit is contained in:
parent
e02698d8a8
commit
8f384b35dc
@ -138,7 +138,7 @@ class QFlightWaypointList(QTableView):
|
||||
self._last_waypoint, waypoint
|
||||
)
|
||||
time = self._last_tot + timedelta
|
||||
else:
|
||||
elif time is None:
|
||||
return ""
|
||||
self.update_last_tot(time)
|
||||
self._last_waypoint = waypoint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user