IDE: ObjectInspector: Fixed SHIFT click to select a range doesnt work. Issue #33383. Patch by Rik van Kekem

git-svn-id: branches/fixes_1_8@57811 -
This commit is contained in:
mattias 2018-05-07 18:16:02 +00:00
parent f352f8a03b
commit 3d4acf662c

View File

@ -590,6 +590,7 @@ begin
DragMode := dmAutomatic;
FComponentList:=TBackupComponentList.Create;
Options := Options + [tvoAllowMultiselect, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly];
MultiSelectStyle := MultiSelectStyle + [msShiftSelect];
FImageList := TImageList.Create(nil);
FImageList.Width := TIDEImages.ScaledSize;
FImageList.Height := TIDEImages.ScaledSize;