- more changes in strings throughout the app
- made some minor changes in the GUI of the FlatCAM Tools - in Tools Database made sure that each new tool added has a unique name - in AppTool made some methods to be class methods
This commit is contained in:
@@ -6832,7 +6832,7 @@ class App(QtCore.QObject):
|
||||
|
||||
data = None
|
||||
if self.is_legacy is False:
|
||||
image = _screenshot(alpha=None)
|
||||
image = _screenshot(alpha=False)
|
||||
data = np.asarray(image)
|
||||
if not data.ndim == 3 and data.shape[-1] in (3, 4):
|
||||
self.inform.emit('[[WARNING_NOTCL]] %s' % _('Data must be a 3D array with last dimension 3 or 4'))
|
||||
|
||||
Reference in New Issue
Block a user