- in Tool Milling made sure that deleting the only tool will not crash the application
- added a new parameter in Preferences to control the number of processes created by the Pool() - more processes better performance but also a lot of memory consumed - made sure that the display of messages in the Status Bar is done asap
This commit is contained in:
@@ -71,6 +71,7 @@ class PreferencesUIManager(QtCore.QObject):
|
||||
"global_send_stats": self.ui.general_pref_form.general_app_group.send_stats_cb,
|
||||
|
||||
"global_worker_number": self.ui.general_pref_form.general_app_group.worker_number_sb,
|
||||
"global_process_number": self.ui.general_pref_form.general_app_group.process_number_sb,
|
||||
"global_tolerance": self.ui.general_pref_form.general_app_group.tol_entry,
|
||||
|
||||
"global_compression_level": self.ui.general_pref_form.general_app_group.compress_spinner,
|
||||
|
||||
Reference in New Issue
Block a user