[Apps/Calcplus] Fix list buttons not working
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 33s
Build system / Build (pull_request) Successful in 10m26s

This commit is contained in:
2025-04-17 10:45:36 +03:00
parent 38104e5f53
commit e02bea3d1e

View File

@@ -561,7 +561,7 @@ proc draw_list
mov eax, SF_DEFINE_BUTTON
mov ebx, LIST_X shl 16 + (LIST_ITEM_W - 1)
mov ecx, LIST_Y shl 16 + LIST_ITEM_H
mov edx, 60 + BT_HIDE
mov edx, 0x60 + BT_HIDE
mov edi, LIST_ITEM_COUNT
@@: