Skip to content
Snippets Groups Projects
Commit d456ec22 authored by moon2's avatar moon2 :speech_balloon:
Browse files

system menu: overlay clip glitch fix

parent ddb7aa4f
No related branches found
No related tags found
1 merge request!687context menu
......@@ -470,11 +470,9 @@ class OverlaySystemMenu(Overlay):
def needs_redraw(self, rect: Region) -> bool:
if self.sub is not None:
rect.add(-120, -120, 120, 120)
else:
rect.add(-44, -49, 44, 49)
return True
if self.active:
rect.add(-42, -42, 42, 42)
return True
return False
class OverlayCaptouch(Overlay):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment