mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-28 11:43:09 +03:00
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
This commit is contained in:
parent
032cb62e22
commit
a63750fa28
@ -1122,7 +1122,7 @@ draw_small_right:
|
|||||||
|
|
||||||
xor ecx,ecx
|
xor ecx,ecx
|
||||||
mov cx,[height]
|
mov cx,[height]
|
||||||
mcall 8,<0,9>,,1,[wcolor]
|
mcall 8,<0,10>,,1,[wcolor]
|
||||||
|
|
||||||
mov ebx,2*65536 ;+6
|
mov ebx,2*65536 ;+6
|
||||||
mov bx,[height]
|
mov bx,[height]
|
||||||
|
@ -215,7 +215,7 @@ minimize_right_button:
|
|||||||
add ecx,[height]
|
add ecx,[height]
|
||||||
dec ecx
|
dec ecx
|
||||||
add ebx,68*65536
|
add ebx,68*65536
|
||||||
mov bx,9
|
mov bx,10 ;9
|
||||||
mov edx,102
|
mov edx,102
|
||||||
; add edx,[button_frames]
|
; add edx,[button_frames]
|
||||||
or edx,0x40000000
|
or edx,0x40000000
|
||||||
|
Loading…
Reference in New Issue
Block a user