Fixed size of Save As window (#1208)

monroegm-disable-blank-issue-2
Terry Michaels 5 years ago committed by GitHub
parent c4d01b62ef
commit 3c23f5fead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()))

Loading…
Cancel
Save