mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
IDE: fpdoc editor: fixed insert printshort
git-svn-id: trunk@47223 -
This commit is contained in:
parent
f4818c2bfd
commit
e2c3e57434
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user