Remove PopOutManager, PopOutTextTab
This commit is contained in:
parent
f36b285dc2
commit
339b4ee63a
4 changed files with 0 additions and 419 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue