mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
LCL: lcltranslator: when switching language call datamodules too, bug #28946, patch from fbiazi
git-svn-id: trunk@50204 -
This commit is contained in:
parent
66c3995fd2
commit
cf00069fb2
@ -536,6 +536,8 @@ begin
|
||||
begin
|
||||
for i := 0 to Screen.CustomFormCount-1 do
|
||||
LocalTranslator.UpdateTranslation(Screen.CustomForms[i]);
|
||||
for i := 0 to Screen.DataModuleCount-1 do
|
||||
LocalTranslator.UpdateTranslation(Screen.DataModules[i]);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user