|
@@ -1523,7 +1523,7 @@ begin
|
|
pt.X := X;
|
|
pt.X := X;
|
|
pt.Y := Y;
|
|
pt.Y := Y;
|
|
pt := ClientToScreen(pt);
|
|
pt := ClientToScreen(pt);
|
|
- ShowContextMenu(lsFoundedFiles, AFiles, pt.X, pt.Y, True, nil);
|
|
|
|
|
|
+ ShowContextMenu(lsFoundedFiles, AFiles, pt.X, pt.Y, False, nil);
|
|
finally
|
|
finally
|
|
FreeAndNil(AFiles);
|
|
FreeAndNil(AFiles);
|
|
end;
|
|
end;
|