mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-04 04:00:44 +01:00
LCL, DefaultTranslator: translate Frame owned components too, patch by wp with minor changes, bug #23820
git-svn-id: trunk@40164 -
This commit is contained in:
parent
66c2a0c61a
commit
caf6b21874
@ -330,7 +330,9 @@ begin
|
||||
for i := 0 to TComponent(AnInstance).ComponentCount-1 do
|
||||
begin
|
||||
StoreStackPath:=FStackPath;
|
||||
FStackPath:=FStackPath+'.'+TComponent(AnInstance).Components[i].Name;
|
||||
if TComponent(AnInstance).Components[i] is TCustomFrame then
|
||||
UpdateTranslation(TComponent(AnInstance).Components[i]);
|
||||
FStackPath:=StoreStackPath+'.'+TComponent(AnInstance).Components[i].Name;
|
||||
IntUpdateTranslation(TComponent(AnInstance).Components[i]);
|
||||
FStackPath:=StoreStackPath;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user