- in Cutout, 2Sided, Film, NCC, Paint, Panelize and Subtract Tool made sure that the object selection in Project Tab reflects in the selected object in the Tools

- set the shortcut key for Milling Tool to ALt+M and for Corner Markers Tool to Alt+B
This commit is contained in:
Marius Stanciu
2020-12-04 03:01:05 +02:00
committed by Marius Stanciu
parent 89ce3b32f0
commit e677a6592e
13 changed files with 155 additions and 18 deletions

View File

@@ -257,6 +257,8 @@ class App(QtCore.QObject):
# graphic residues behind
cleanup = pyqtSignal()
proj_selection_changed = pyqtSignal(object, object)
def __init__(self, qapp, user_defaults=True):
"""
Starts the application.