From aa9b0bc44bb62cec96893f1431dce3b8f91e4391 Mon Sep 17 00:00:00 2001 From: "Andrey Halyavin (halyavin)" Date: Fri, 3 Mar 2006 15:01:49 +0000 Subject: [PATCH] Fixed bug which will lead to incorrect panel position after maximazing from right button. Bug would appear if windows which not fit in screen are allowed. git-svn-id: svn://kolibrios.org@50 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/panel/trunk/@PANEL.ASM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/panel/trunk/@PANEL.ASM b/programs/panel/trunk/@PANEL.ASM index 7847617fcb..64ca24363c 100644 --- a/programs/panel/trunk/@PANEL.ASM +++ b/programs/panel/trunk/@PANEL.ASM @@ -847,7 +847,7 @@ left_button: int 0x40 mov edx, eax shr edx, 16 - mov ebx, -1 + xor ebx, ebx mov ecx, -1 mov esi, -1 mcall 67 ; x0 y0 xs ys