There was an error while loading. Please reload this page.
1 parent 98e5b37 commit 5066cf3Copy full SHA for 5066cf3
1 file changed
avalon/tools/creator/app.py
@@ -65,7 +65,7 @@ def __init__(self, *args, **kwargs):
65
self.setToolTip("Only alphanumeric characters (A-Z a-z 0-9), "
66
"'_' and '.' are allowed.")
67
68
- self._status_color = self.color["empty"][0]
+ self._status_color = self.colors["empty"][0]
69
70
anim = QtCore.QPropertyAnimation()
71
anim.setTargetObject(self)
0 commit comments