Avoid ReloadAll when rebuilding thumbnails
This commit is contained in:
parent
1ab8c3eae3
commit
898267c330
2 changed files with 15 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
Directory.CreateDirectory(directoryToRemove);
|
||||
}
|
||||
|
||||
ApplicationController.Instance.ReloadAll();
|
||||
ApplicationController.Instance.Library.NotifyContainerChanged();
|
||||
};
|
||||
|
||||
UiThread.RunOnIdle(() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue