mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 04:58:15 +02:00
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:
parent
f352f8a03b
commit
3d4acf662c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user