mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
update m_FileDialogFileNameInput
when deleting a file
This commit is contained in:
parent
eb0392007b
commit
08a00cff6b
|
@ -5003,6 +5003,7 @@ void CEditor::RenderFileDialog()
|
||||||
else
|
else
|
||||||
ShowFileDialogError("Failed to delete file '%s'.", aDeleteFilePath);
|
ShowFileDialogError("Failed to delete file '%s'.", aDeleteFilePath);
|
||||||
}
|
}
|
||||||
|
UpdateFileNameInput();
|
||||||
}
|
}
|
||||||
if(s_ConfirmDeletePopupContext.m_Result != CUI::SConfirmPopupContext::UNSET)
|
if(s_ConfirmDeletePopupContext.m_Result != CUI::SConfirmPopupContext::UNSET)
|
||||||
s_ConfirmDeletePopupContext.Reset();
|
s_ConfirmDeletePopupContext.Reset();
|
||||||
|
|
Loading…
Reference in a new issue