potential non-threadsafe condition
authorjprocter <Jim Procter>
Thu, 11 Nov 2010 18:15:21 +0000 (18:15 +0000)
committerjprocter <Jim Procter>
Thu, 11 Nov 2010 18:15:21 +0000 (18:15 +0000)
src/jalview/gui/FeatureRenderer.java

index 38d6f0c..4e72719 100755 (executable)
@@ -229,7 +229,7 @@ public class FeatureRenderer implements jalview.api.FeatureRenderer
     }
 
     currentColour = null;
-
+    // TODO: non-threadsafe - each rendering thread needs its own instance of the feature renderer - or this should be synchronized.
     offscreenRender = true;
 
     if (offscreenImage != null)