Initialize stretch method

This commit is contained in:
2021-04-14 22:50:56 +02:00
parent 4b67199ca2
commit 1a4b62f7cd
+1
View File
@@ -46,6 +46,7 @@ ImageWidget::ImageWidget(QWidget *parent) : QOpenGLWidget(parent)
m_blockRepaint = false;
m_range = UINT16_MAX;
m_imgWidth = m_imgHeight = -1;
m_stretch = 0;
}
ImageWidget::~ImageWidget()