removed unnecessary inavlidate
This commit is contained in:
parent
5b87057e60
commit
5c2539003a
1 changed files with 0 additions and 2 deletions
|
|
@ -186,7 +186,6 @@ namespace MatterHackers.MatterControl
|
|||
if (image50x50 == null)
|
||||
{
|
||||
thumbnailWidget.image = new ImageBuffer(thumbnailWidget.noThumbnailImage);
|
||||
thumbnailWidget.Invalidate();
|
||||
}
|
||||
}
|
||||
if (image115x115 == null)
|
||||
|
|
@ -196,7 +195,6 @@ namespace MatterHackers.MatterControl
|
|||
if (image115x115 == null)
|
||||
{
|
||||
thumbnailWidget.image = new ImageBuffer(thumbnailWidget.noThumbnailImage);
|
||||
thumbnailWidget.Invalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue