diff --git a/command_line/image.cpp b/command_line/image.cpp index 13442d0c..3c7fcc36 100644 --- a/command_line/image.cpp +++ b/command_line/image.cpp @@ -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)