diff options
Diffstat (limited to 'scripts/build/complay.py')
-rwxr-xr-x | scripts/build/complay.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/complay.py b/scripts/build/complay.py index f0e330240a1..6519a01de06 100755 --- a/scripts/build/complay.py +++ b/scripts/build/complay.py @@ -409,6 +409,7 @@ class LayoutChecker(Minifyer): self.views[attrs['name']] = self.format_location() elif not self.VARPATTERN.match(attrs['name']): self.handle_error('Element view has duplicate name "%s" (previous %s)' % (attrs['name'], self.views[attrs['name']])) + self.check_bool_attribute(name, attrs, 'showpointers', None) self.handlers.append((self.groupViewStartHandler, self.groupViewEndHandler)) self.variable_scopes.append({ }) self.item_ids = { } |