fixing x3g output when there is a print waring but no error

This commit is contained in:
Lars Brubaker 2020-07-03 09:33:51 -07:00
parent fbde630394
commit 06e1188248
3 changed files with 8 additions and 7 deletions

View file

@ -277,7 +277,8 @@ namespace MatterHackers.MatterControl
{
if (AggContext.OperatingSystem == OSType.Windows || AggContext.OperatingSystem == OSType.X11)
{
if (showFile) {
if (showFile)
{
AggContext.FileDialogs.ShowFileInFolder(savePath);
}
}