mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: List index out of bounds
This commit is contained in:
parent
4f7eb489a3
commit
43bf9df753
1 changed files with 4 additions and 0 deletions
|
|
@ -1605,6 +1605,10 @@ begin
|
|||
SetFocus;
|
||||
end;
|
||||
inherited AfterChangePath;
|
||||
if IsMouseSelecting then
|
||||
begin
|
||||
FMainControlMouseDown:= False;
|
||||
end;
|
||||
end;
|
||||
|
||||
{$IFDEF LCLGTK2}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue