Purge icon cache in debug ReloadAll
This commit is contained in:
parent
7e1917b032
commit
5a214af844
1 changed files with 4 additions and 0 deletions
|
|
@ -1833,6 +1833,10 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
try
|
||||
{
|
||||
#if DEBUG
|
||||
AggContext.StaticData.PurgeCache();
|
||||
#endif
|
||||
|
||||
this.IsReloading = true;
|
||||
|
||||
var reloadingOverlay = new GuiWidget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue