Fixed operation update when TC changes - allow TC edit abortion.

This commit is contained in:
Markus Lampert
2017-09-04 18:45:12 -07:00
committed by wmayer
parent bfa8d4ec53
commit 9da777ef18
3 changed files with 15 additions and 16 deletions

View File

@@ -45,7 +45,7 @@ from pivy import coin
def translate(context, text, disambig=None):
return QtCore.QCoreApplication.translate(context, text, disambig)
if True:
if False:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else: