Development #774

Merged
djankowski merged 16 commits from Development into master 2026-05-28 08:47:08 -04:00
Showing only changes of commit 56ff5a0213 - Show all commits
+1 -1
View File
@@ -714,7 +714,7 @@ namespace Volian.Controls.Library
if ((ROTypeFilter == E_ROValueType.Text || ROTypeFilter == E_ROValueType.All) && this.MyDvi != null && this.MyDvi.MultiUnitCount > 1)
{
// Add Unit Information Database if it doesn't exist
if (unitInfoNode == null)
if (unitInfoNode == null && MyROFSTLookup != null)
{
TreeNode tnn = tvROFST.Nodes.Add("Unit Information");
TreeNode cn = null;