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

fix for launching GeneBuilder standalone

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@9120 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent f08b9cb4
No related branches found
No related tags found
No related merge requests found
......@@ -205,11 +205,14 @@ public class GeneEdit
{
public Object construct()
{
if(frame != null)
frame.setCursor(new Cursor(Cursor.WAIT_CURSOR));
DatabaseDocumentEntry entry = makeEntry(organism, search_gene,
location, pfield);
//entry.setReadOnly(true);
showGeneEditor(organism, search_gene, entry);
if(frame != null)
frame.setCursor(new Cursor(Cursor.DEFAULT_CURSOR));
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment