- working to differentiate between temporary units change and permanent units change
This commit is contained in:
@@ -329,7 +329,7 @@ class ToolMove(AppTool):
|
||||
|
||||
def draw_shape(self, shape):
|
||||
|
||||
if self.app.defaults['units'].upper() == 'MM':
|
||||
if self.app.app_units.upper() == 'MM':
|
||||
proc_shape = shape.buffer(-0.1)
|
||||
proc_shape = proc_shape.buffer(0.2)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user