IconFinder: Fix hanging after arrow key press. Patch by @dsiders, issue #41142

This commit is contained in:
wp_xyz 2024-09-15 11:29:54 +02:00
parent 3f8ba46cfc
commit be8e37dc2f

View File

@ -388,6 +388,7 @@ begin
SelectedIndex := SelectedIndex + (ThumbnailCount - 1 - SelectedIndex) div FColCount * FColCount;
end;
end;
Key := 0; // discard key... not handled in TWinControl or handled here
end;
procedure TBasicThumbnailViewer.MouseDown(Button: TMouseButton; Shift:TShiftState;