Closed cytobi closed 1 year ago
whenever an algorithm has made progress the graph visibly refreshes due to update_graph being called from seperate thread
this can be fixed by instead triggering a tkinter event in algorithm.pause() which causes the main loop to refresh the graph
whenever an algorithm has made progress the graph visibly refreshes due to update_graph being called from seperate thread
this can be fixed by instead triggering a tkinter event in algorithm.pause() which causes the main loop to refresh the graph