- small bugs related to shortcut keys solved

This commit is contained in:
Marius Stanciu
2019-02-06 14:27:11 +02:00
committed by Marius
parent dedf8c09de
commit 28f11ef55f
3 changed files with 7 additions and 4 deletions

View File

@@ -417,7 +417,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
# Grid toggle
if key == QtCore.Qt.Key_G:
self.app.geo_editor.grid_snap_btn.trigger()
self.app.ui.grid_snap_btn.trigger()
# Jump to coords
if key == QtCore.Qt.Key_J: