From e02bea3d1e0a3a6ff02c675636f11bad77dca63b Mon Sep 17 00:00:00 2001 From: Burer Date: Thu, 17 Apr 2025 10:45:36 +0300 Subject: [PATCH] [Apps/Calcplus] Fix list buttons not working --- programs/other/calcplus/calcplus.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/other/calcplus/calcplus.asm b/programs/other/calcplus/calcplus.asm index dcb299c90..0401fe086 100644 --- a/programs/other/calcplus/calcplus.asm +++ b/programs/other/calcplus/calcplus.asm @@ -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 @@: