- some refactoring in signal connections in App.__init__()

- fixed issue with conenctiong twice the signals for the File Toolbar on the first execution of the program
This commit is contained in:
Marius Stanciu
2020-11-09 16:40:30 +02:00
parent f9e7892249
commit 4d4735fff2
5 changed files with 207 additions and 152 deletions

View File

@@ -7,6 +7,11 @@ CHANGELOG for FlatCAM beta
=================================================
9.11.2020
- some refactoring in signal connections in App.__init__()
- fixed issue with conenctiong twice the signals for the File Toolbar on the first execution of the program
8.11.2020
- preprocessors are no longer ordered in the comboboxes so I had to sort them manually