forked from KolibriOS/kolibrios
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
|
||||
mov cx,[height]
|
||||
mcall 8,<0,9>,,1,[wcolor]
|
||||
mcall 8,<0,10>,,1,[wcolor]
|
||||
|
||||
mov ebx,2*65536 ;+6
|
||||
mov bx,[height]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user