cytobi / tarvos

visualizer for algorithms on graphs written in python
GNU General Public License v3.0
0 stars 0 forks source link

fix graph visibly refreshing when stepping algorithm #10

Closed cytobi closed 1 year ago

cytobi commented 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