New Project Window

This commit is contained in:
dexyfex
2018-03-04 00:03:08 +11:00
Unverified
parent 0c558e746c
commit c093aa4736
136 changed files with 29501 additions and 20 deletions
+2 -2
View File
@@ -163,7 +163,7 @@ namespace CodeWalker
bool ShowWidget = true;
ProjectForm ProjectForm = null;
ProjectForm2 ProjectForm = null;
Stack<UndoStep> UndoSteps = new Stack<UndoStep>();
Stack<UndoStep> RedoSteps = new Stack<UndoStep>();
@@ -3761,7 +3761,7 @@ namespace CodeWalker
{
if (ProjectForm == null)
{
ProjectForm = new ProjectForm(this);
ProjectForm = new ProjectForm2(this);
ProjectForm.Show(this);
}
else