mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
GUI: factory reset: reset preview background colour also
This commit is contained in:
parent
bdb4fcbcf8
commit
5390c0df92
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user