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:
paul 2008-04-02 08:58:43 +00:00
parent 7a90db3ab1
commit 00d052573c

View File

@ -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);