- added insurance that the QThread where the ArgThread class is running, really receive the interruption request and it is finished

This commit is contained in:
Marius Stanciu
2022-09-10 01:50:13 +03:00
committed by Marius
parent 71a3963c96
commit 565c839460
3 changed files with 27 additions and 14 deletions

View File

@@ -2272,7 +2272,7 @@ class MainGUI(QtWidgets.QMainWindow):
def restore_toolbar_view(self):
"""
Some toolbars may be hidden by user and here we restore the state of the toolbars visibility that
was saved in the options dictionary.
was saved in the 'options' dictionary.
:return: None
"""