Remove PopOutManager, PopOutTextTab

This commit is contained in:
John Lewin 2017-08-06 10:58:41 -07:00
parent f36b285dc2
commit 339b4ee63a
4 changed files with 0 additions and 419 deletions

View file

@ -749,15 +749,11 @@ namespace MatterHackers.MatterControl
{
using (new QuickTimer($"ReloadAll_{reloadCount++}:"))
{
// give the widget a chance to hear about the close before they are actually closed.
PopOutManager.SaveIfClosed = false;
MainView?.CloseAllChildren();
using (new QuickTimer("ReloadAll_AddElements"))
{
MainView?.CreateAndAddChildren();
}
PopOutManager.SaveIfClosed = true;
this.DoneReloadingAll?.CallEvents(null, null);
}