Hide the progress bar when done loading.
This commit is contained in:
parent
d59ce736a7
commit
85fc6a221c
1 changed files with 2 additions and 0 deletions
|
|
@ -719,6 +719,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
gcodeViewWidget.ActiveLayerIndex = gcodeViewWidget.ActiveLayerIndex - 1;
|
||||
|
||||
BoundsChanged += new EventHandler(PartPreviewGCode_BoundsChanged);
|
||||
|
||||
meshViewerWidget.partProcessingInfo.Visible = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue