diff options
| author | 2024-04-14 07:36:45 +1000 | |
|---|---|---|
| committer | 2024-04-14 07:36:45 +1000 | |
| commit | 8e7af961c656c1cc1b1d2282a1c2a3d8d1f6d020 (patch) | |
| tree | c2b961f3cbf7d7f80baa2176223608b6bb14ee7d /scripts | |
| parent | 7662be246fa603345ec44776ca0f09984328c4bd (diff) | |
emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display.
Diffstat (limited to 'scripts')
| -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 = { } |
