Skip to content

Commit

Permalink
kernel: Fix label widgets having the wrong colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Jun 16, 2024
1 parent 39adbed commit 85bd52a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kernel/widget/label.asm
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ draw_label_widget:
push r5

call get_window_overlay_number
push r4
mov r4, r3
mov r3, r2
mov r2, r5
mov r5, r0
mov r0, r1
mov r1, r4
mov r4, r3
mov r3, r2
pop r1
call draw_str_to_overlay

pop r5
Expand Down

0 comments on commit 85bd52a

Please sign in to comment.