Skip to content

Commit 8297e87

Browse files
FIX: gui glitch
1 parent 4b0c966 commit 8297e87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/unit1.pas

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(******************************************************************************)
22
(* CopyCommander2 15.02.2022 *)
33
(* *)
4-
(* Version : 0.17 *)
4+
(* Version : 0.16 *)
55
(* *)
66
(* Author : Uwe Schächterle (Corpsman) *)
77
(* *)
@@ -108,6 +108,8 @@
108108
(* FIX: crash, when a file in folder is deleted while a *)
109109
(* file is renamed that is "later" in that folder *)
110110
(* ADD: File associations *)
111+
(* FIX: Gui Glitch form1.caption was poluted with debug *)
112+
(* infos *)
111113
(* *)
112114
(******************************************************************************)
113115
(* Silk icon set 1.3 used *)
@@ -1354,7 +1356,6 @@
13541356
If aView^.SearchEdit.Visible Then Begin
13551357
For i := 0 To aListview.Items.Count - 1 Do Begin
13561358
If pos(aView^.SearchEdit.text, lowercase(aListview.Items[i].Caption)) <> 0 Then Begin
1357-
caption := aListview.Items[i].Caption;
13581359
ListViewSelectItemIndex(aView^.ListView, i);
13591360
break;
13601361
End;

0 commit comments

Comments
 (0)