mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Reduce debugging.
This commit is contained in:
parent
d0e16efbe4
commit
6e5bd9a86f
1 changed files with 0 additions and 4 deletions
|
|
@ -1474,8 +1474,6 @@ begin
|
|||
if FFiles.Count = 0 then
|
||||
Exit;
|
||||
|
||||
//DCDebug('edtSearchChange: '+ SearchTerm);
|
||||
|
||||
if SearchOptions.SearchCase = qscInsensitive then
|
||||
sSearchName := UTF8LowerCase(SearchTerm)
|
||||
else
|
||||
|
|
@ -1498,8 +1496,6 @@ begin
|
|||
sSearchName := sSearchName + '*';
|
||||
end;
|
||||
|
||||
DCDebug('sSearchName = ', sSearchName);
|
||||
|
||||
StartPos := dgPanel.Row - dgPanel.FixedRows; // start search from current cursor position
|
||||
case SearchDirection of
|
||||
qsdFirst:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue