Path: fixes for unittest
Path: precision fix to unittest pathpost
This commit is contained in:
@@ -43,6 +43,8 @@ FreeCAD.setLogLevel('Path.Area',0)
|
||||
|
||||
def waiting_effects(function):
|
||||
def new_function(*args, **kwargs):
|
||||
if not FreeCAD.GuiUp:
|
||||
return function(*args, **kwargs)
|
||||
QtGui.QApplication.setOverrideCursor(QtCore.Qt.WaitCursor)
|
||||
res = None
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user