mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:50:19 +02:00
IDE: ObjectInspector: Fixed SHIFT click to select a range doesn't work. Issue #33383. Patch by Rik van Kekem
git-svn-id: trunk@57497 -
This commit is contained in:
parent
810effaf54
commit
1dc4d93a11
@ -588,6 +588,7 @@ begin
|
|||||||
DragMode := dmAutomatic;
|
DragMode := dmAutomatic;
|
||||||
FComponentList:=TBackupComponentList.Create;
|
FComponentList:=TBackupComponentList.Create;
|
||||||
Options := Options + [tvoAllowMultiselect, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly];
|
Options := Options + [tvoAllowMultiselect, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly];
|
||||||
|
MultiSelectStyle := MultiSelectStyle + [msShiftSelect];
|
||||||
FImageList := TImageList.Create(nil);
|
FImageList := TImageList.Create(nil);
|
||||||
FImageList.Width := TIDEImages.ScaledSize;
|
FImageList.Width := TIDEImages.ScaledSize;
|
||||||
FImageList.Height := TIDEImages.ScaledSize;
|
FImageList.Height := TIDEImages.ScaledSize;
|
||||||
|
Loading…
Reference in New Issue
Block a user