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

fix if cancelling print

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8566 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 65ea2d45
No related branches found
No related tags found
No related merge requests found
......@@ -333,6 +333,8 @@ public class PrintDNAImage extends ScrollPanel
format = new PageFormat();
File file = showOptions();
if(file == null)
return;
Dimension d = dna.getSize();
double imageWidth = d.getWidth();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment