- fixed the workspace being always A4
- added a label in the status bar to show if the workplace is active and what size it is
This commit is contained in:
@@ -486,6 +486,7 @@ class Distance(FlatCAMTool):
|
||||
self.calculate_distance(pos=pos)
|
||||
elif event.button == right_button and event_is_dragging is False:
|
||||
self.deactivate_measure_tool()
|
||||
self.app.inform.emit(_("Distance Tool cancelled."))
|
||||
|
||||
def calculate_distance(self, pos):
|
||||
if len(self.points) == 1:
|
||||
|
||||
Reference in New Issue
Block a user