forked from KolibriOS/kolibrios
File Browser control - choosing the correct icon for dir names starting with ".."
git-svn-id: svn://kolibrios.org@9747 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
69f261b5dd
commit
7ee13facdf
@ -679,6 +679,8 @@ fb_draw_icon:
|
|||||||
xor ebx,ebx
|
xor ebx,ebx
|
||||||
cmp [edx],word '..'
|
cmp [edx],word '..'
|
||||||
jne .draw
|
jne .draw
|
||||||
|
cmp [ebx+2],byte 0
|
||||||
|
jne .draw
|
||||||
mov ebx,eax ;16*16*3
|
mov ebx,eax ;16*16*3
|
||||||
.draw:
|
.draw:
|
||||||
add ebx,fb_icon_raw_area
|
add ebx,fb_icon_raw_area
|
||||||
|
Loading…
Reference in New Issue
Block a user