mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +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)
|
||||
or (TDesigner(FLastFormActivated.Designer).LookupRoot is TControl);
|
||||
IDEComponentPalette.ShowHideControls(ShowControlsInComponentalette);
|
||||
SetupHints;
|
||||
end;
|
||||
|
||||
procedure TMainIDE.ShowDesignerForm(AForm: TCustomForm);
|
||||
|
Loading…
Reference in New Issue
Block a user