forked from KolibriOS/kolibrios
Box_Lib - Filebrowser check of data before a mark of files (Insert key or Right Click for OpenDialog)
git-svn-id: svn://kolibrios.org@4154 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
771c8b14b8
commit
10eb589290
@ -1310,6 +1310,10 @@ fb_key:
|
||||
jmp .arrow_down
|
||||
;-------------------------------------------------------
|
||||
.mark_1:
|
||||
mov eax,fb_folder_block
|
||||
test eax,eax
|
||||
jz .exit
|
||||
|
||||
xor eax,eax
|
||||
mov ax,fb_start_draw_cursor_line
|
||||
xor edx,edx
|
||||
@ -1336,6 +1340,7 @@ fb_key:
|
||||
inc al
|
||||
and al,1
|
||||
mov [esi],al
|
||||
.exit:
|
||||
ret
|
||||
;-------------------------------------------------------
|
||||
.mark_all:
|
||||
|
Loading…
Reference in New Issue
Block a user