Uncomment graphics 2d bit
authoramwaterhouse <Andrew Waterhouse>
Tue, 27 Feb 2007 13:43:24 +0000 (13:43 +0000)
committeramwaterhouse <Andrew Waterhouse>
Tue, 27 Feb 2007 13:43:24 +0000 (13:43 +0000)
src/jalview/appletgui/FeatureRenderer.java

index 7ad5f4d..16de45f 100755 (executable)
@@ -449,9 +449,9 @@ class TransparencySetter
 {\r
   void setTransparency(Graphics g, float value)\r
   {\r
-    /* Graphics2D g2 = (Graphics2D) g;\r
+     Graphics2D g2 = (Graphics2D) g;\r
      g2.setComposite(\r
         AlphaComposite.getInstance(\r
-             AlphaComposite.SRC_OVER, value));*/\r
+             AlphaComposite.SRC_OVER, value));\r
   }\r
 }\r