This commit is contained in:
John Lewin 2018-11-29 13:41:24 -08:00
parent 80ea3716d9
commit 970d68f5c0
23 changed files with 31 additions and 31 deletions

View file

@ -170,7 +170,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
{
if (isDirty)
{
// doing this durring draw will often result in a enumeration changed
// doing this during draw will often result in a enumeration changed
UiThread.RunOnIdle(RebuildContentSection);
}