Merge remote-tracking branch 'origin/main' into Windows-Manager

This commit is contained in:
Frater 2026-02-27 15:56:38 +01:00
commit acf04e6d1d
11 changed files with 40 additions and 6 deletions

View file

@ -311,10 +311,10 @@ gui_slider_update_pixels:
.set_min:
; Si la valeur est sous le minimum, on colle au début
movzx ax, word [gs:si + widget.x]
mov ax, word [gs:si + widget.x]
cmp byte [gs:si + widget.attr_mode], 2
jne .force_store
movzx ax, word [gs:si + widget.y]
mov ax, word [gs:si + widget.y]
.force_store:
mov [gs:si + widget.thumb_pos], ax