Merge pull request #43 from gdzhu/gdzhu/skip_overlay_when_not_specified
skip overlay processing when no overlay is specified
This commit is contained in:
@@ -41,7 +41,7 @@ private:
|
||||
bool fitAspectAxisToWindow = false;
|
||||
QString overlayHexRGB;
|
||||
|
||||
Overlay* overlay;
|
||||
Overlay* overlay = NULL;
|
||||
|
||||
void drawText(QPixmap& image, int margin, int fontsize, QString text, int alignment);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user