We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cd8e9 commit 284debeCopy full SHA for 284debe
3 files changed
docs/CHANGELOG-EN.txt
@@ -1,5 +1,8 @@
1
2
3
+1.4.1
4
+* Fix a bug - an error on quitting
5
+
6
1.4
7
* Completely rewrite the program on the basis of the new shared files
8
* Delete the config file. Tune your settings directly in the Python
docs/CHANGELOG-RU.txt
+* Исправлен баг - ошибка при выходе
* Программа полностью переписана в соответствии с новыми shared-файлами
* Удален конфигурационный файл. Настройки меняйте прямо в программе
src/CompareParallelTexts.py
@@ -129,6 +129,5 @@ def synchronize(event=None):
129
,_('WARNING')
130
,_('Empty input is not allowed!')
131
)
132
- #todo: fix quitting
+ # Do not use 'sg.objs.end()' - this interferes with 'easygui'
133
sg.objs.root().kill()
134
- sg.objs.end()
0 commit comments