mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:35:58 +02:00
fixed clearing glyphs in designer
git-svn-id: trunk@5276 -
This commit is contained in:
parent
9551e28aac
commit
3f991b1e83
@ -494,11 +494,13 @@ begin
|
||||
if TheDialog.Modified then begin
|
||||
LoadBitmap;
|
||||
SetOrdValue(Longint(ABitmap));
|
||||
Modified;
|
||||
end;
|
||||
end
|
||||
else
|
||||
ABitmap.FreeImage;
|
||||
else begin
|
||||
ABitmap.Width:=0;
|
||||
ABitmap.Height:=0;
|
||||
end;
|
||||
Modified;
|
||||
end;
|
||||
finally
|
||||
TheDialog.Free;
|
||||
|
Loading…
Reference in New Issue
Block a user