From d5e7b4d380dfa9b979071b862e67d29ec127c542 Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Tue, 27 Oct 2009 22:40:07 +0000 Subject: uam selector in properties box. --- (limited to 'tutorius/properties.py') diff --git a/tutorius/properties.py b/tutorius/properties.py index b7d0301..a675ba9 100644 --- a/tutorius/properties.py +++ b/tutorius/properties.py @@ -310,6 +310,8 @@ class TUAMProperty(TutoriusProperty): self.type = "uam" + self.default = self.validate(value) + class TAddonProperty(TutoriusProperty): """ Reprensents an embedded tutorius Addon Component (action, trigger, etc.) -- cgit v0.9.1