File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11(* *****************************************************************************)
22(* CopyCommander2 15.02.2022 *)
33(* *)
4- (* Version : 0.17 *)
4+ (* Version : 0.16 *)
55(* *)
66(* Author : Uwe Schächterle (Corpsman) *)
77(* *)
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 *)
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 ;
You can’t perform that action at this time.
0 commit comments