mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
Correct mispelling on longitude_second_label
This commit is contained in:
@@ -37,7 +37,7 @@ class WaypointsCoordinator(QtCore.QThread):
|
|||||||
|
|
||||||
self.latitude_second_label = self.left_screen.manual_waypoint_seconds_lattitude_spin_box
|
self.latitude_second_label = self.left_screen.manual_waypoint_seconds_lattitude_spin_box
|
||||||
|
|
||||||
self.longitude_seccond_label = self.left_screen.manual_waypoint_seconds_longitude_spin_box
|
self.longitude_second_label = self.left_screen.manual_waypoint_seconds_longitude_spin_box
|
||||||
|
|
||||||
# Nav Table Buttons
|
# Nav Table Buttons
|
||||||
self.nav_set_button_label = (self.left_screen.
|
self.nav_set_button_label = (self.left_screen.
|
||||||
|
|||||||
Reference in New Issue
Block a user