mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +02:00
IDEIntf: TDefaultComponentEditor: always select component
git-svn-id: trunk@37144 -
This commit is contained in:
parent
6e86b03868
commit
4b43946e95
@ -699,8 +699,7 @@ begin
|
||||
if not GetHook(PropertyEditorHook) then exit;
|
||||
NewLookupRoot:=GetLookupRootForComponent(Component);
|
||||
if not (NewLookupRoot is TComponent) then exit;
|
||||
if NewLookupRoot<>PropertyEditorHook.LookupRoot then
|
||||
GetDesigner.SelectOnlyThisComponent(Component);
|
||||
GetDesigner.SelectOnlyThisComponent(Component);
|
||||
FContinue := True;
|
||||
FFirst := nil;
|
||||
FBest := nil;
|
||||
|
Loading…
Reference in New Issue
Block a user