fixed the first-generated QR code is visible while generating another QR code bug (#656)
This commit is contained in:
parent
ee762c4cef
commit
0c0ce54b1f
2 changed files with 4 additions and 0 deletions
|
@ -418,4 +418,6 @@ void ExportController::clearPreviousConfig()
|
|||
m_config.clear();
|
||||
m_nativeConfigString.clear();
|
||||
m_qrCodes.clear();
|
||||
|
||||
emit exportConfigChanged();
|
||||
}
|
||||
|
|
|
@ -279,6 +279,8 @@ DrawerType2 {
|
|||
}
|
||||
|
||||
Rectangle {
|
||||
id: qrCodeContainer
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: width
|
||||
Layout.topMargin: 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue