Open vvim opened 8 years ago
Else, DrawRoute() will not be called (because markers < 1) and the view of the map will remain the route with the removed markers.
Possible solution, in DrawRoute():
if(m_markers.count() < 1) { reset_map_as_in_Form_constructor(); }
Else, DrawRoute() will not be called (because markers < 1) and the view of the map will remain the route with the removed markers.
Possible solution, in DrawRoute():