Fixed opening of paths with on Latin chars. Fixed All PNGs saving.
This commit is contained in:
@@ -122,7 +122,7 @@ begin
|
||||
RW := GetTimRealWidth(TIM);
|
||||
RH := GetTimHeight(TIM);
|
||||
|
||||
if Surf^ <> nil then Surf^.Free;
|
||||
if (Surf^ <> nil) then Surf^.Free;
|
||||
|
||||
Surf^ := TBGRABitmap.Create(RW, RH);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user