- added an icon in the infobar that will show more clearly the status of the grid snapping

This commit is contained in:
Marius Stanciu
2019-12-20 03:32:09 +02:00
committed by Marius
parent 28bf1c3b5a
commit 8ab91b7f4f
8 changed files with 20 additions and 0 deletions

View File

@@ -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)