From 88b64ba405a1006891fc311a7b97576d43613d77 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Wed, 5 Aug 2015 12:32:13 +0000 Subject: [PATCH] KMF 0.47k: fix text artifacts git-svn-id: svn://kolibrios.org@5684 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/fs/kfm/trunk/draw.inc | 2 +- programs/fs/kfm/trunk/key.inc | 14 ++++++++------ programs/fs/kfm/trunk/text.inc | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/programs/fs/kfm/trunk/draw.inc b/programs/fs/kfm/trunk/draw.inc index cba76f2a90..694bc210f2 100644 --- a/programs/fs/kfm/trunk/draw.inc +++ b/programs/fs/kfm/trunk/draw.inc @@ -832,7 +832,7 @@ clear_patch_area: draw_left_panel_selection: cmp [select_panel_counter],0 jne .end - + mov eax,[left_folder_block] sub eax,[left_start_draw_line] mov edx,left_start_draw_cursor_line diff --git a/programs/fs/kfm/trunk/key.inc b/programs/fs/kfm/trunk/key.inc index c26a84dc1f..aa08ef957d 100644 --- a/programs/fs/kfm/trunk/key.inc +++ b/programs/fs/kfm/trunk/key.inc @@ -92,8 +92,9 @@ key_80: jae @f .add_1: add [left_start_draw_cursor_line],10 - call draw_left_panel_selection + call draw_left_panel mov [drawing_panel_folder],1 + jmp still .all: sub ecx,10 shl 16 mov edx,0xffffff @@ -142,9 +143,9 @@ key_80: jae @f .add_2: add [right_start_draw_cursor_line],10 - call draw_right_panel_selection + call draw_right_panel mov [drawing_panel_folder],2 - jmp key_80.all + jmp still @@: mov eax,[right_folder_block] sub eax,[max_panel_line] @@ -173,8 +174,9 @@ key_72: cmp [left_panel_y.start_y],ax je @f sub [left_start_draw_cursor_line],10 - call draw_left_panel_selection + call draw_left_panel mov [drawing_panel_folder],1 + jmp still .all: add ecx,10 shl 16 mov edx,0xffffff @@ -195,9 +197,9 @@ key_72: cmp [right_panel_y.start_y],ax je @f sub [right_start_draw_cursor_line],10 - call draw_right_panel_selection + call draw_right_panel mov [drawing_panel_folder],2 - jmp key_72.all + jmp still @@: cmp [right_start_draw_line],0 je still diff --git a/programs/fs/kfm/trunk/text.inc b/programs/fs/kfm/trunk/text.inc index 6f864122db..cb31e875df 100644 --- a/programs/fs/kfm/trunk/text.inc +++ b/programs/fs/kfm/trunk/text.inc @@ -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: .f1 db '1 Help',0