mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
IDE: Show designer when clicking "Selection tool" in component palette. Issue #39808, patch by n7800.
This commit is contained in:
parent
6e0bc52cbc
commit
9ed2086320
@ -657,6 +657,8 @@ end;
|
||||
procedure TComponentPalette.SelectionToolClick(Sender: TObject);
|
||||
begin
|
||||
SelectAButton(TSpeedButton(Sender));
|
||||
if Assigned(OnClassSelected) then
|
||||
OnClassSelected(Self);
|
||||
end;
|
||||
|
||||
procedure TComponentPalette.ComponentBtnMouseDown(Sender: TObject; Button: TMouseButton;
|
||||
|
Loading…
Reference in New Issue
Block a user