c03: added network stats window, fixed some bugs.

This commit is contained in:
Martin Preuss
2026-01-19 23:24:58 +01:00
parent 041f0fad6b
commit 3225350be5
8 changed files with 568 additions and 686 deletions

View File

@@ -903,7 +903,7 @@ Widget_Tree_SendTouchSignal:
; only check active widgets
ldi r20, (1<<WIDGET_OPTSLO_INPUT_BIT)
ldi r21, (1<<WIDGET_OPTSLO_INPUT_BIT)
rcall Widget_TreeMatchOptsAndSendSignal
rcall Widget_TreeMatchOptsAndSendSignalToActive
ret
; @end