Sparta docked form editor: Show the designer also when initially pressing F12. Issue #31096, patch from AlexeyT.

git-svn-id: trunk@53636 -
This commit is contained in:
juha 2016-12-11 16:10:07 +00:00
parent a8646f33f5
commit 356b2589e7

View File

@ -809,6 +809,7 @@ begin
Exit;
LPageCtrl.PageIndex := 1;
LPageCtrl.OnChange(LPageCtrl);
end;
procedure TDTXTabMaster.ShowForm(AForm: TCustomForm);