Fixes ca not active after reactivation
This commit is contained in:
parent
76d8beb378
commit
9e211aa581
@ -98,6 +98,9 @@ There ist still quite some work to do.
|
||||
And for all others, don't hesitate to open issues when you have problems!
|
||||
|
||||
## Changelog
|
||||
#### 1.0.7
|
||||
- Fixes automaton ont active on reactivation
|
||||
|
||||
#### 1.0.6
|
||||
- Fixes reactivation not redrawing all cells
|
||||
|
||||
|
@ -96,6 +96,7 @@ class CellularAutomaton(CellularAutomatonCreator, abc.ABC):
|
||||
for cell in self._current_state.values():
|
||||
cell.is_active = True
|
||||
cell.is_dirty = True
|
||||
self._active = True
|
||||
|
||||
active = property(is_active)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user