mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:19:47 +02:00
Taborder dialog: Fix caption when form designer is not active. Issue #28054, patch from Ondrej Pokorny.
git-svn-id: trunk@49433 -
This commit is contained in:
parent
5286b35a45
commit
f12c7c2fa3
@ -369,7 +369,8 @@ begin
|
||||
Candidates.Free;
|
||||
end;
|
||||
Caption := Format(lisTabOrderOf, [TWinControl(LookupRoot).Name]);
|
||||
end;
|
||||
end else
|
||||
Caption := lisMenuViewTabOrder;
|
||||
finally
|
||||
ItemTreeview.EndUpdate;
|
||||
FUpdating := false;
|
||||
|
Loading…
Reference in New Issue
Block a user