- in Distance Plugin added the ability to use a big cursor; not finished: when the grid is off it is not displayed
This commit is contained in:
@@ -4181,6 +4181,8 @@ class MainGUI(QtWidgets.QMainWindow):
|
||||
|
||||
if key == QtCore.Qt.Key.Key_G or key == 'G':
|
||||
self.app.ui.grid_snap_btn.trigger()
|
||||
if self.app.distance_tool.ui.big_cursor_cb.get_value():
|
||||
self.app.app_cursor.enabled = True
|
||||
return
|
||||
|
||||
# Jump to coords
|
||||
|
||||
Reference in New Issue
Block a user