Merge pull request #106 from gregory-diaz/development
Fixed thumbnail rendering issue on Linux
This commit is contained in:
commit
052162e7c9
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ namespace MatterHackers.MatterControl
|
|||
this.PrintItem = item;
|
||||
|
||||
if (OsInformation.OperatingSystem == OSType.Mac
|
||||
|| OsInformation.OperatingSystem == OSType.Android)
|
||||
|| OsInformation.OperatingSystem == OSType.Android
|
||||
|| OsInformation.OperatingSystem == OSType.X11)
|
||||
{
|
||||
partExtension = ".tga";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue