- made the Grid icon in the status bar clickable and it will toggle the snap to grid function

This commit is contained in:
Marius Stanciu
2020-04-20 00:57:13 +03:00
committed by Marius
parent 5a5a18ef43
commit ecf61fdf6d
4 changed files with 70 additions and 15 deletions

View File

@@ -2268,7 +2268,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
self.fcinfo = FlatCAMInfoBar(app=self.app)
self.infobar.addWidget(self.fcinfo, stretch=1)
self.snap_infobar_label = QtWidgets.QLabel()
self.snap_infobar_label = FCLabel()
self.snap_infobar_label.setPixmap(QtGui.QPixmap(self.app.resource_location + '/snap_16.png'))
self.infobar.addWidget(self.snap_infobar_label)