stop sound preview in more places

This commit is contained in:
dobrykafe 2023-10-23 12:50:59 +02:00
parent c304b3eef8
commit 35e5c114ba

View file

@ -4127,6 +4127,7 @@ bool CEditor::ReplaceSound(const char *pFileName, int StorageType, bool CheckDup
pSound->m_pData = pData;
pSound->m_DataSize = DataSize;
OnDialogClose();
m_Dialog = DIALOG_NONE;
return true;
}