JAL-244 More accurate width calculation, allow increased id width adjustment after...
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index d459217..ffc565c 100755 (executable)
@@ -1194,7 +1194,7 @@ public class AnnotationLabels extends JPanel
     int width = givenWidth;
     IdwidthAdjuster iwa = ap.idwidthAdjuster;
     if ((Cache.getDefault(ADJUST_ANNOTATION_LABELS_WIDTH_PREF, true)
-            || Jalview.isHeadlessMode()) && !iwa.manuallyAdjusted())
+            || Jalview.isHeadlessMode()))
     {
       Graphics2D g2d = (Graphics2D) g;
       Graphics dummy = g2d.create();