skip overlay processing when no overlay is specified
This commit is contained in:
@@ -39,7 +39,7 @@ private:
|
||||
bool debugMode = false;
|
||||
bool fitAspectAxisToWindow = false;
|
||||
|
||||
Overlay* overlay;
|
||||
Overlay* overlay = NULL;
|
||||
|
||||
void drawText(QPixmap& image, int margin, int fontsize, QString text, int alignment);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user