Don't show the center message unless we enter the editor.
This commit is contained in:
parent
2876232ccf
commit
03c5f39776
1 changed files with 1 additions and 2 deletions
|
|
@ -1991,8 +1991,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
SelectionChanged(this, null);
|
||||
|
||||
if (openMode == OpenMode.Editing
|
||||
|| !PartsAreInPrintVolume())
|
||||
if (openMode == OpenMode.Editing)
|
||||
{
|
||||
UiThread.RunOnIdle(EnterEditAndCreateSelectionData);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue