[Apps/Calcplus] Fix buttons list logic, part 2

This commit is contained in:
Burer 2025-04-17 11:05:53 +03:00
parent e02bea3d1e
commit d5fc979493

View File

@ -206,6 +206,12 @@ ev_button:
add ebx, 482
stdcall str_len, ebx
; skip first (space) character
test eax, eax
jz .redraw
dec eax
inc ebx
mov edx, exp
add edx, [edb1.size]
add edx, eax