UI thread is more explicit about what functions it accepts and now accepts no parameter functions.
This commit is contained in:
parent
42568cc0f1
commit
5cc1b651b4
69 changed files with 270 additions and 269 deletions
|
|
@ -497,7 +497,7 @@ namespace MatterHackers.MatterControl
|
|||
createThumbnailWorker = null;
|
||||
}
|
||||
|
||||
private void DoOnMouseClick(object state)
|
||||
private void DoOnMouseClick()
|
||||
{
|
||||
if (printItem != null)
|
||||
{
|
||||
|
|
@ -521,7 +521,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
}
|
||||
|
||||
private void EnsureImageUpdated(object state)
|
||||
private void EnsureImageUpdated()
|
||||
{
|
||||
thumbnailImage.MarkImageChanged();
|
||||
Invalidate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue