fixing x3g output when there is a print waring but no error
This commit is contained in:
parent
fbde630394
commit
06e1188248
3 changed files with 8 additions and 7 deletions
|
|
@ -277,7 +277,8 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
if (AggContext.OperatingSystem == OSType.Windows || AggContext.OperatingSystem == OSType.X11)
|
||||
{
|
||||
if (showFile) {
|
||||
if (showFile)
|
||||
{
|
||||
AggContext.FileDialogs.ShowFileInFolder(savePath);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue