mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:45:46 -04:00
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:
@ -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()
|
||||
|
Reference in New Issue
Block a user