mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
stop sound preview in more places
This commit is contained in:
parent
c304b3eef8
commit
35e5c114ba
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue