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:
parent
f7352284f9
commit
95fc69e7f8
3 changed files with 6 additions and 8 deletions
|
|
@ -356,7 +356,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
//using (new PerformanceTimer("GCode Timer", "Render"))
|
||||
{
|
||||
gCodeRenderer.Render(graphics2D, renderInfo);
|
||||
gCodeRenderer?.Render(graphics2D, renderInfo);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue