[Apps/Calcplus] Fix buttons list logic, part 2
This commit is contained in:
@@ -206,6 +206,12 @@ ev_button:
|
|||||||
add ebx, 482
|
add ebx, 482
|
||||||
stdcall str_len, ebx
|
stdcall str_len, ebx
|
||||||
|
|
||||||
|
; skip first (space) character
|
||||||
|
test eax, eax
|
||||||
|
jz .redraw
|
||||||
|
dec eax
|
||||||
|
inc ebx
|
||||||
|
|
||||||
mov edx, exp
|
mov edx, exp
|
||||||
add edx, [edb1.size]
|
add edx, [edb1.size]
|
||||||
add edx, eax
|
add edx, eax
|
||||||
|
Reference in New Issue
Block a user