- when failing to save a project make sure that we can still close the app correctly
- Milling Tool: when generating CNCJob's from a single_geometry type fixed an issue getting bad bounds values (Inf) which did not allow saving the project that included such a CNCJob object due of failing to serialize such an object - fixed some redundancy in some RegEx expressions - minor fixes
This commit is contained in:
@@ -161,7 +161,7 @@ class AppObject(QtCore.QObject):
|
||||
|
||||
# Initialize as per user request
|
||||
# User must take care to implement initialize
|
||||
# in a thread-safe way as is is likely that we
|
||||
# in a thread-safe way as is likely that we
|
||||
# have been invoked in a separate thread.
|
||||
t1 = time.time()
|
||||
self.app.log.debug("%f seconds before initialize()." % (t1 - t0))
|
||||
|
||||
Reference in New Issue
Block a user