update
1 parent ecd60c6 commit dd769df3e0fa3048264aeabbc11b35d76eed3256
@koki0624 koki0624 authored on 29 Oct 2022
Showing 1 changed file
View
2
■■■
waypoint_manager/scripts/manager_GUI.py
self.open_menu.entryconfigure("Waypoints", state=tk.NORMAL)
if self.waypoints is None:
self.message("Please open waypoints file ")
self.menu_open_waypoints()
else:
self.plot_waypoints()
return
 
"""