RxFPC:RxToolpanel - fix AV on add separator

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6757 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2018-12-14 12:17:30 +00:00
parent 246fee7828
commit bc007fab31
2 changed files with 65 additions and 68 deletions

View File

@ -352,6 +352,7 @@ begin
UpdateStates;
FToolPanel.ReAlign;
FToolPanel.ReAlign;
end;
constructor TToolPanelSetupForm.CreateSetupForm(AToolPanel: TToolPanel);