mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 14:40:29 +02:00
ide: icon should not crash now
git-svn-id: trunk@16922 -
This commit is contained in:
parent
d4de936c86
commit
c35a24043c
@ -123,6 +123,10 @@ var
|
|||||||
AResource: TStream;
|
AResource: TStream;
|
||||||
begin
|
begin
|
||||||
Result := True;
|
Result := True;
|
||||||
|
|
||||||
|
if IconText = '' then
|
||||||
|
Exit;
|
||||||
|
|
||||||
SetFileNames(MainFilename);
|
SetFileNames(MainFilename);
|
||||||
|
|
||||||
AResource := GetStream;
|
AResource := GetStream;
|
||||||
|
Loading…
Reference in New Issue
Block a user