We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4878183 commit af0c2e6Copy full SHA for af0c2e6
pyside_lang_comparison_graph/main.py
@@ -60,6 +60,7 @@ def __init__(self, n, langs_test_available_dict: dict, res_lst: list):
60
self.__fnt.setBold(True)
61
62
def pause(self):
63
+ # todo fix the second lock make app freeze
64
self.__mutex.lock()
65
self.__paused = True
66
self.__mutex.unlock()
0 commit comments