IDE: fpdoc editor: fixed insert printshort

git-svn-id: trunk@47223 -
This commit is contained in:
mattias 2014-12-20 13:05:04 +00:00
parent f4818c2bfd
commit e2c3e57434

View File

@ -1373,7 +1373,8 @@ begin
TopicDescr.Text := DFile.GetChildValuesAsString(Child);
TopicShort.Enabled := True;
TopicDescr.Enabled := True;
TopicShort.SetFocus;
if TopicShort.IsVisible then
TopicShort.SetFocus;
finally
Exclude(FFlags, fpdefTopicSettingUp);
end;