Qt/MemoryCardEditor: Set combobox indices to 0 on close event
Fixes persisting dirty card state when reopening memory card editor.
This commit is contained in:
parent
25d4060bce
commit
39d1628da5
|
@ -62,8 +62,8 @@ void MemoryCardEditorDialog::resizeEvent(QResizeEvent* ev)
|
|||
|
||||
void MemoryCardEditorDialog::closeEvent(QCloseEvent* ev)
|
||||
{
|
||||
promptForSave(&m_card_a);
|
||||
promptForSave(&m_card_b);
|
||||
m_card_a.path_cb->setCurrentIndex(0);
|
||||
m_card_b.path_cb->setCurrentIndex(0);
|
||||
}
|
||||
|
||||
void MemoryCardEditorDialog::connectUi()
|
||||
|
|
Loading…
Reference in New Issue