Open tararoys opened 2 years ago
Just leaving a few links to your commits here so I can implement them later: ttps://github.com/tararoys/talon_hud/commit/bb2c74156c0c01e0a5a771b2719a89c341c74c37
https://github.com/tararoys/talon_hud/commit/ca3d3d6690200639207fa3cc22f044a899f958a4
The Problem
In development mode, when you make a change to a talon hud walkthrough (either a markdown or a json walkthrough, it doesn't matter which) Talon HUD walkthrough widgit freezes, loses all text, is unresponsive to mouse clicks and drags, and forces a complete restart of Talon.
Expected behavior is to update the walkthrough step with the change.
The temporary fix:
commenting out the progress bar code, and specifically, lines 418 to line 422, in walkthroughpanel.py makes it so that any changes to a walkthrough appear immediately after saving the change.
This makes everything function normally at the cost of disabling the progress bar. Progress bar can be re-enabled when you are not in development mode.
Bug reproduction
On windows 10:
head up develompent start
The following error appears in the log