- added an icon in the infobar that will show more clearly the status of the grid snapping
This commit is contained in:
@@ -3679,6 +3679,7 @@ class FlatCAMGeoEditor(QtCore.QObject):
|
||||
# start with GRID toolbar activated
|
||||
if self.app.ui.grid_snap_btn.isChecked() is False:
|
||||
self.app.ui.grid_snap_btn.trigger()
|
||||
self.app.on_grid_snap_triggered(state=True)
|
||||
|
||||
def on_buffer_tool(self):
|
||||
buff_tool = BufferSelectionTool(self.app, self)
|
||||
|
||||
Reference in New Issue
Block a user