Fixed size of Save As window (#1208)

This commit is contained in:
Terry Michaels
2021-06-09 16:21:02 -05:00
committed by GitHub
parent c4d01b62ef
commit 3c23f5fead
+3
View File
@@ -729,6 +729,9 @@ bool CCryEditDoc::SaveModified()
void CCryEditDoc::OnFileSaveAs()
{
CLevelFileDialog levelFileDialog(false);
levelFileDialog.show();
levelFileDialog.adjustSize();
if (levelFileDialog.exec() == QDialog::Accepted)
{
if (OnSaveDocument(levelFileDialog.GetFileName()))