mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:59:20 +02:00
ide: don't lose control hints in component palette after switching between form-datamodule-form (issue #0001699)
git-svn-id: trunk@14727 -
This commit is contained in:
parent
7a90db3ab1
commit
00d052573c
@ -3002,6 +3002,7 @@ begin
|
|||||||
ShowControlsInComponentalette:=(FLastFormActivated=nil)
|
ShowControlsInComponentalette:=(FLastFormActivated=nil)
|
||||||
or (TDesigner(FLastFormActivated.Designer).LookupRoot is TControl);
|
or (TDesigner(FLastFormActivated.Designer).LookupRoot is TControl);
|
||||||
IDEComponentPalette.ShowHideControls(ShowControlsInComponentalette);
|
IDEComponentPalette.ShowHideControls(ShowControlsInComponentalette);
|
||||||
|
SetupHints;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TMainIDE.ShowDesignerForm(AForm: TCustomForm);
|
procedure TMainIDE.ShowDesignerForm(AForm: TCustomForm);
|
||||||
|
Loading…
Reference in New Issue
Block a user