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