Skip to content
Snippets Groups Projects
Verified Commit a745ba79 authored by dos's avatar dos
Browse files

sim: fakes: captouch: Fix infinite recursion in CaptouchPetalState.bottom

parent 6df75545
No related branches found
No related tags found
1 merge request!600Simulator improvements
......@@ -50,7 +50,7 @@ class CaptouchPetalState:
@property
def bottom(self) -> bool:
return not self.bottom
return not self.top
@property
def pads(self) -> CaptouchPetalPadsState:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment