mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 09:57:02 +00:00
GUI: factory reset: reset preview background colour also
This commit is contained in:
@@ -775,6 +775,9 @@ void MainWindow::factory_reset()
|
||||
setColorTxtBtn(m_fgstr, txt_fgcolor, fgcolor);
|
||||
setColorTxtBtn(m_bgstr, txt_bgcolor, bgcolor);
|
||||
|
||||
m_previewBgColor = QColor(0xF4, 0xF4, 0xF4);
|
||||
m_bc.setColor(m_previewBgColor);
|
||||
|
||||
txtData->setFocus(Qt::OtherFocusReason);
|
||||
update_preview();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user