Skip to content
Snippets Groups Projects
Commit 6227f5d5 authored by tjc's avatar tjc
Browse files

turn hyperlink styles off in history as this causes problems

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@14598 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent c9794938
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,6 @@ class HistoryBox extends AbstractCvBox
Box yBox = Box.createVerticalBox();
Box lineBox = Box.createHorizontalBox();
final String term = getField("term=", qualifierString);
termCombo =
......@@ -128,6 +127,7 @@ class HistoryBox extends AbstractCvBox
dateField.getDateSpinner().getPreferredSize().width-5, dimension.height*20);
qual = getFieldIgnoreSeparator("qualifier", qualifierString);
qualfTextField = new QualifierTextArea();
qualfTextField.setUseHyperlinks(false);
qualfTextField.setBorder(BorderFactory.createLineBorder(Color.gray));
qualfTextField.setText(qual);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment