Don't show the center message unless we enter the editor.

This commit is contained in:
larsbrubaker 2015-08-29 09:23:04 -07:00
parent 2876232ccf
commit 03c5f39776

View file

@ -1991,8 +1991,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
SelectionChanged(this, null);
if (openMode == OpenMode.Editing
|| !PartsAreInPrintVolume())
if (openMode == OpenMode.Editing)
{
UiThread.RunOnIdle(EnterEditAndCreateSelectionData);
}