FIX: List index out of bounds

This commit is contained in:
Alexander Koblov 2023-12-23 22:55:15 +03:00
commit 43bf9df753

View file

@ -1605,6 +1605,10 @@ begin
SetFocus;
end;
inherited AfterChangePath;
if IsMouseSelecting then
begin
FMainControlMouseDown:= False;
end;
end;
{$IFDEF LCLGTK2}