mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-08-03 11:46:34 -04:00
[Apps/Calcplus] Fix buttons list logic, part 2
This commit is contained in:
parent
e02bea3d1e
commit
d5fc979493
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user