mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 06:28:19 +00:00
Merge pull request #7460 from dobrykafe/pr-update-filename
Update `m_FileDialogFileNameInput` when deleting a file
This commit is contained in:
commit
db44f218dd
|
@ -5003,6 +5003,7 @@ void CEditor::RenderFileDialog()
|
|||
else
|
||||
ShowFileDialogError("Failed to delete file '%s'.", aDeleteFilePath);
|
||||
}
|
||||
UpdateFileNameInput();
|
||||
}
|
||||
if(s_ConfirmDeletePopupContext.m_Result != CUI::SConfirmPopupContext::UNSET)
|
||||
s_ConfirmDeletePopupContext.Reset();
|
||||
|
|
Loading…
Reference in a new issue