Skip to content

Commit

Permalink
Fix for bug with command-line images with rainbow colouring
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Jan 6, 2022
1 parent 900a10d commit 9eb990b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions command_line/image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ int bandageImage(QStringList arguments)
//is no viewport.
g_settings->positionTextNodeCentre = true;

//The zoom level needs to be set so rainbow-style BLAST hits are rendered
//properly.
g_absoluteZoom = 10.0;

bool blastUsed = isOptionPresent("--query", &arguments);

if (blastUsed)
Expand Down

0 comments on commit 9eb990b

Please sign in to comment.