mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 18:39:20 +02:00
parent
cac42cb9d7
commit
c4c09d59f6
@ -369,6 +369,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
if not Assigned(FCurrentFrame) then
|
if not Assigned(FCurrentFrame) then
|
||||||
Raise Exception.Create('Internal error : No config frame');
|
Raise Exception.Create('Internal error : No config frame');
|
||||||
|
FCurrentData.Config.Clear;
|
||||||
FCurrentFrame.GetConfig(FCurrentData.Config);
|
FCurrentFrame.GetConfig(FCurrentData.Config);
|
||||||
end;
|
end;
|
||||||
S:='';
|
S:='';
|
||||||
|
Loading…
Reference in New Issue
Block a user