[Apps/Calcplus] Fix list buttons UI #220

Merged
mxlgv merged 3 commits from calcplus-update-fix into main 2025-04-22 15:01:36 +02:00
Showing only changes of commit e02bea3d1e - Show all commits

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
@@: