Always call UserChanged when ChangeCloudSyncStatus

Don't clear the LastSessionUserName
It should only be used in the name field of the login screen and nowhere else.
This commit is contained in:
Lars Brubaker 2016-10-21 17:09:53 -07:00
parent f7352284f9
commit 95fc69e7f8
3 changed files with 6 additions and 8 deletions

View file

@ -356,7 +356,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
//using (new PerformanceTimer("GCode Timer", "Render"))
{
gCodeRenderer.Render(graphics2D, renderInfo);
gCodeRenderer?.Render(graphics2D, renderInfo);
}
}
}