# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: PDXObjectImage.java
--- PDXObjectImage.java Remotely Modified (Based On HEAD)
+++ PDXObjectImage.java Locally Modified (Based On LOCAL)
@@ -205,6 +205,7 @@
     	   	 graphics.drawImage(baseImage, 0, 0, maskImage.getWidth(), maskImage.getHeight(), 0, 0, baseImage.getWidth(), baseImage.getHeight(), null);   
     	   	 graphics.setComposite(AlphaComposite.DstIn);
     	   	 graphics.drawImage(maskImage, null, 0, 0);
+                 graphics.dispose();
     	   	 return newImage;
         }
         else
