x,y switch in FeatureIcon
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 4 Dec 2018 01:18:28 +0000 (19:18 -0600)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 4 Dec 2018 01:18:28 +0000 (19:18 -0600)
commitee6e8272916d66372695723c70ea707b2d5f25a6
tree697026f60fb3c73f923931785e794df2b022be73
parentf7cac3b8053fa3043db94f62abea3d1e5849652d
x,y switch in FeatureIcon

//      g.fillRect(0, e1, width - e1, height);  // BH 2018
      g.fillRect(e1, 0, width - e1, height);
src/jalview/gui/FeatureSettings.java