Merge branch 'features/JAL-2773_dontalwaysrecolourstructureonrepaintofoverview' into...
[jalview.git] / src / jalview / appletgui / FontChooser.java
index c9a92b2..443ebce 100644 (file)
@@ -261,7 +261,7 @@ public class FontChooser extends Panel implements ItemListener
       {
         ap.av.setCharWidth(oldCharWidth);
       }
-      ap.paintAlignment(true);
+      ap.paintAlignment(true, false);
     }
     else if (tp != null)
     {