all repos — mgba @ 55679df8fc49fca3d5f8584d16b90e9bb734a922

mGBA Game Boy Advance Emulator

GB SIO: Fix tear off not clearing pixmap
Vicki Pfau vi@endrift.com
Sun, 30 Jul 2017 19:51:33 -0700
commit

55679df8fc49fca3d5f8584d16b90e9bb734a922

parent

dc976eaf51a9bea691736a03f1113e34ad819462

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/PrinterView.cppsrc/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); }