fix error on AccessRestrictionAffectedCells.add()
This commit is contained in:
parent
5d293a866d
commit
7b16be8041
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class AccessRestrictionAffectedCells:
|
||||||
# expand array
|
# expand array
|
||||||
bounds = self.parent._get_geometry_bounds(self.selector)
|
bounds = self.parent._get_geometry_bounds(self.selector)
|
||||||
self.parent.fit_bounds(*bounds)
|
self.parent.fit_bounds(*bounds)
|
||||||
self._get_values()
|
self.values = self._get_values()
|
||||||
|
|
||||||
i = self.parent._get_restriction_index(restriction, create=True)
|
i = self.parent._get_restriction_index(restriction, create=True)
|
||||||
self._set(self.values | (2**i))
|
self._set(self.values | (2**i))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue