ColumnSelection moved to datamodel
[jalview.git] / src / jalview / gui / IdCanvas.java
index d35a0f4..7734f9a 100755 (executable)
@@ -187,9 +187,9 @@ public class IdCanvas extends JPanel
         {\r
           image = new BufferedImage(getWidth(), imgHeight,\r
                                     BufferedImage.TYPE_INT_RGB);\r
-          gg = (Graphics2D) image.getGraphics();\r
         }\r
 \r
+        gg = (Graphics2D) image.getGraphics();\r
         //Fill in the background\r
         gg.setColor(Color.white);\r
         gg.fillRect(0, 0, getWidth(), imgHeight);\r