GB SIO: Fix tear off not clearing pixmap
Vicki Pfau vi@endrift.com
Sun, 30 Jul 2017 19:51:33 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/PrinterView.cpp
→
src/platform/qt/PrinterView.cpp
@@ -41,6 +41,7 @@ }
void PrinterView::clear() { m_ui.image->setFixedHeight(0); + m_image = QPixmap(); m_ui.image->clear(); m_ui.buttonBox->button(QDialogButtonBox::Save)->setEnabled(false); }