Browse Source

fcl-image: canvas AllocateResources: propagate exceptions to be able to properly handle (e.g. log) them

git-svn-id: trunk@43335 -
ondrej 5 years ago
parent
commit
13641eb1cf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-image/src/fphelper.inc

+ 2 - 0
packages/fcl-image/src/fphelper.inc

@@ -114,6 +114,8 @@ begin
   except
     FCanvas := nil;
     FAllocated := False;
+
+    raise;
   end;
 end;