gui: fixed a bug.

This commit is contained in:
Martin Preuss
2026-05-05 21:15:29 +02:00
parent 8a41b156aa
commit 636d6ce643

View File

@@ -853,8 +853,8 @@ Widget_DrawRect:
Widget_FillRect: Widget_FillRect:
rcall Widget_MakeAbsPos ; (r16, r17, r18, r19) rcall Widget_MakeAbsPos ; (r16, r17, r18, r19)
mov r2, r0 ; use background ; mov r2, r0 ; use background
mov r3, r1 ; mov r3, r1
bigcall Display_FillRect bigcall Display_FillRect
ret ret
; @end ; @end