gui: fixed a bug.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user