Working to fix rebuild errors
This commit is contained in:
parent
a93d0724fc
commit
2d15461d67
2 changed files with 7 additions and 5 deletions
|
|
@ -135,10 +135,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
|
||||
var rebuildLock = RebuildLock();
|
||||
|
||||
return ApplicationController.Instance.Tasks.Execute(
|
||||
"Generating Text Meshes".Localize(),
|
||||
null,
|
||||
(reporter, cancellationToken) =>
|
||||
return Task.Run(() =>
|
||||
{
|
||||
using (new CenterAndHeightMaintainer(this))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue