More for mac related

This commit is contained in:
Adolfo Gómez García 2015-04-01 09:32:13 +02:00
parent e4192e6064
commit 089f62e6f8
2 changed files with 2 additions and 1 deletions

View File

@ -178,6 +178,7 @@ if __name__ == "__main__":
exitVal = app.exec_()
win.showMinimized() # This is a top most window, minimize to bar
tools.waitForTasks()
time.sleep(3)

View File

@ -77,7 +77,7 @@ def addTaskToWait(taks):
def waitForTasks():
for t in _tasksToWait:
t.join()
t.wait()
def addExecBeforeExit(fnc):