KMF 0.47k: fix text artifacts

git-svn-id: svn://kolibrios.org@5684 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2015-08-05 12:32:13 +00:00
parent a453f0c5c6
commit 88b64ba405
3 changed files with 10 additions and 8 deletions

View File

@ -832,7 +832,7 @@ clear_patch_area:
draw_left_panel_selection: draw_left_panel_selection:
cmp [select_panel_counter],0 cmp [select_panel_counter],0
jne .end jne .end
mov eax,[left_folder_block] mov eax,[left_folder_block]
sub eax,[left_start_draw_line] sub eax,[left_start_draw_line]
mov edx,left_start_draw_cursor_line mov edx,left_start_draw_cursor_line

View File

@ -92,8 +92,9 @@ key_80:
jae @f jae @f
.add_1: .add_1:
add [left_start_draw_cursor_line],10 add [left_start_draw_cursor_line],10
call draw_left_panel_selection call draw_left_panel
mov [drawing_panel_folder],1 mov [drawing_panel_folder],1
jmp still
.all: .all:
sub ecx,10 shl 16 sub ecx,10 shl 16
mov edx,0xffffff mov edx,0xffffff
@ -142,9 +143,9 @@ key_80:
jae @f jae @f
.add_2: .add_2:
add [right_start_draw_cursor_line],10 add [right_start_draw_cursor_line],10
call draw_right_panel_selection call draw_right_panel
mov [drawing_panel_folder],2 mov [drawing_panel_folder],2
jmp key_80.all jmp still
@@: @@:
mov eax,[right_folder_block] mov eax,[right_folder_block]
sub eax,[max_panel_line] sub eax,[max_panel_line]
@ -173,8 +174,9 @@ key_72:
cmp [left_panel_y.start_y],ax cmp [left_panel_y.start_y],ax
je @f je @f
sub [left_start_draw_cursor_line],10 sub [left_start_draw_cursor_line],10
call draw_left_panel_selection call draw_left_panel
mov [drawing_panel_folder],1 mov [drawing_panel_folder],1
jmp still
.all: .all:
add ecx,10 shl 16 add ecx,10 shl 16
mov edx,0xffffff mov edx,0xffffff
@ -195,9 +197,9 @@ key_72:
cmp [right_panel_y.start_y],ax cmp [right_panel_y.start_y],ax
je @f je @f
sub [right_start_draw_cursor_line],10 sub [right_start_draw_cursor_line],10
call draw_right_panel_selection call draw_right_panel
mov [drawing_panel_folder],2 mov [drawing_panel_folder],2
jmp key_72.all jmp still
@@: @@:
cmp [right_start_draw_line],0 cmp [right_start_draw_line],0
je still je still

View File

@ -1,4 +1,4 @@
header_text db 'Kolibri File Manager v0.47j 12/03/2014',0 header_text db 'Kolibri File Manager v0.47k',0
;--------------------------------------------------------------------- ;---------------------------------------------------------------------
fbutton_name: fbutton_name:
.f1 db '1 Help',0 .f1 db '1 Help',0