- fixed version check

This commit is contained in:
Marius Stanciu 2019-04-17 02:49:12 +03:00
parent 5a855292c4
commit a27d19c64e
2 changed files with 2 additions and 1 deletions

View File

@ -7772,7 +7772,7 @@ The normal flow when working in FlatCAM is the following:</span></p>
self.log.debug("version_check()")
if self.ui.general_defaults_form.general_gui_group.send_stats_cb.get_value() is True:
if self.ui.general_defaults_form.general_app_group.send_stats_cb.get_value() is True:
full_url = App.version_url + \
"?s=" + str(self.defaults['global_serial']) + \
"&v=" + str(self.version) + \

View File

@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
17.04.2019
- Gerber Editor: added some messages to warn user if no selection exists when trying to do aperture deletion or aperture geometry deletion
- fixed version check
16.04.2019