Added button to stock dialog to recreate the stock object.

This commit is contained in:
markus
2018-08-22 13:17:13 -07:00
committed by wmayer
parent 5b39974bfb
commit 8054540afe
3 changed files with 51 additions and 27 deletions

View File

@@ -31,9 +31,11 @@ import math
from PySide import QtCore
if True:
if False:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else:
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
# Qt tanslation handling
def translate(context, text, disambig=None):