Content Compiler:
- Fixed a bug where loading a project was impossible due to improper use of DialogResult
This commit is contained in:
parent
f4ad054470
commit
31ef82845c
@ -62,6 +62,8 @@ namespace ANX.ContentCompiler.GUI.Dialogues
|
|||||||
if (dlg.ShowDialog() == DialogResult.OK)
|
if (dlg.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
textBoxLocation.Text = dlg.FileName;
|
textBoxLocation.Text = dlg.FileName;
|
||||||
|
DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DialogResult = DialogResult.None;
|
DialogResult = DialogResult.None;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user