Quick layout fix for pane searching
This commit is contained in:
parent
99d0986e87
commit
5452a38759
@ -62,7 +62,7 @@ namespace LayoutBXLYT
|
||||
|
||||
name = value;
|
||||
|
||||
if (LayoutFile != null)
|
||||
if (LayoutFile != null && !LayoutFile.PaneLookup.ContainsKey(name))
|
||||
LayoutFile.PaneLookup.Add(name, this);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user