1
0
mirror of synced 2025-01-19 09:17:30 +01:00

Quick layout fix for pane searching

This commit is contained in:
KillzXGaming 2019-10-06 09:39:23 -04:00
parent 99d0986e87
commit 5452a38759

View File

@ -62,7 +62,7 @@ namespace LayoutBXLYT
name = value;
if (LayoutFile != null)
if (LayoutFile != null && !LayoutFile.PaneLookup.ContainsKey(name))
LayoutFile.PaneLookup.Add(name, this);
}
}