Submit | Open tickets | Closed tickets

[ Ticket #1201 ] GetInfo - Colourmask: new colours don't display
Date:
05/03/15 15:46
Submitted by:
B_Fristensky
Assigned to:
B_Fristensky
Category:
bioLegato
Priority:
5
Ticket group:
Bug
Resolution:
Not Resolved
Summary:
GetInfo - Colourmask: new colours don't display
Original submission:
In GetInfo --> Colourmask:

If a new color mask is read in, the colours won't display until the BioLegato window is resized.
Please log in to add comments and receive followups via email.
Followups
Comment Date By
Still appears to be a problem when recompiled using Java 1.6. We need to find another fix. 06/08/16 14:38 B_Fristensky
In SequenceList.java, tried adding a repaint line, but it had no effect, so I've commented it out.
public void actionPerformed(java.awt.event.ActionEvent evt) {
if (!isSelectionEmpty()) {
new SequenceWindow(canvas, datamodel, canvas.getJFrame(),
getSelectedIndices()).setVisible(true);
// see Bugzilla #1201 - GetInfo - Colourmask: new colours don't display
// Only part of the SequenceTextArea is repainted. You have to
// perform an action like resizing or scrolling to get the entire
// SequenceTextArea to repaint.
// I'd think repainting at this point would fix, it but apparently
// not. Could this be a bug in Java?
//canvas.repaint();
}
}
};
08/08/15 18:39 B_Fristensky
No results for "Dependent on ticket"
No results for "Dependent on Task"
No other tickets are dependent on this ticket
Ticket change history
Field Old value Date By
status_id Pending 05/03/15 15:46 B_Fristensky
assigned_to unset 05/03/15 15:46 B_Fristensky
resolution_id Unset 05/03/15 15:46 B_Fristensky

© 1998-2025 Scilico, LLC. All rights reserved.