Refactoring selection code

This commit is contained in:
dexy
2020-01-15 17:48:27 +11:00
Unverified
parent b127029899
commit 95e2a8ec0f
13 changed files with 165 additions and 325 deletions
+2 -2
View File
@@ -105,7 +105,7 @@ namespace CodeWalker.Project.Panels
if (ProjectForm.WorldForm != null)
{
ProjectForm.WorldForm.SelectPathNode(CurrentPathNode);
ProjectForm.WorldForm.SelectObject(CurrentPathNode);
}
}
@@ -139,7 +139,7 @@ namespace CodeWalker.Project.Panels
if (ProjectForm.WorldForm != null)
{
ProjectForm.WorldForm.SelectPathLink(CurrentPathLink);
ProjectForm.WorldForm.SelectObject(CurrentPathLink);
}
}