From f530cc1eb1f499d368e2634a7a16327640a83026 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Tue, 10 Sep 2013 22:34:41 +0000 Subject: [PATCH] panel: second click on time will close calendar (if it was opened) git-svn-id: svn://kolibrios.org@3902 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/panel/trunk/@PANEL.ASM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/system/panel/trunk/@PANEL.ASM b/programs/system/panel/trunk/@PANEL.ASM index 58375c2de7..6622620217 100644 --- a/programs/system/panel/trunk/@PANEL.ASM +++ b/programs/system/panel/trunk/@PANEL.ASM @@ -951,7 +951,7 @@ noselect: test eax,eax jz @f - mcall 18,3,edi + mcall 18,2,edi jmp still ;-------------------------------------- align 4