From a63750fa283731b7ada16383fa03f06b8a3c69b1 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Sun, 20 May 2012 19:39:15 +0000 Subject: [PATCH] Correction of the TASK PANEL code for offsetting the effect of r.1391 git-svn-id: svn://kolibrios.org@2667 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/panel/trunk/@PANEL.ASM | 2 +- programs/system/panel/trunk/drawwind.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/system/panel/trunk/@PANEL.ASM b/programs/system/panel/trunk/@PANEL.ASM index a48a6c55d8..82cce8fc63 100644 --- a/programs/system/panel/trunk/@PANEL.ASM +++ b/programs/system/panel/trunk/@PANEL.ASM @@ -1122,7 +1122,7 @@ draw_small_right: xor ecx,ecx mov cx,[height] - mcall 8,<0,9>,,1,[wcolor] + mcall 8,<0,10>,,1,[wcolor] mov ebx,2*65536 ;+6 mov bx,[height] diff --git a/programs/system/panel/trunk/drawwind.inc b/programs/system/panel/trunk/drawwind.inc index 8ba5c83c20..72cd3ce734 100644 --- a/programs/system/panel/trunk/drawwind.inc +++ b/programs/system/panel/trunk/drawwind.inc @@ -215,7 +215,7 @@ minimize_right_button: add ecx,[height] dec ecx add ebx,68*65536 - mov bx,9 + mov bx,10 ;9 mov edx,102 ; add edx,[button_frames] or edx,0x40000000