Fix exception on reflow due to control accumulation

This commit is contained in:
John Lewin 2017-08-22 22:19:53 -07:00
parent a8734ce645
commit 2f8539c9c8

View file

@ -135,6 +135,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
public void ClearItems()
{
rowButtonContainer = null;
allIconViews.Clear();
}
}