mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-11-04 02:00:31 -05:00 
			
		
		
		
	--Bug fixes -Error when saving screen on macOS at first time.
This commit is contained in:
		@ -86,7 +86,11 @@ void FractoriumSettings::EnsureDefaults()
 | 
				
			|||||||
		OpenImageExt("*.png");
 | 
							OpenImageExt("*.png");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (SaveImageExt() == "")
 | 
						if (SaveImageExt() == "")
 | 
				
			||||||
 | 
					#ifndef __APPLE__
 | 
				
			||||||
        SaveImageExt(".png");
 | 
					        SaveImageExt(".png");
 | 
				
			||||||
 | 
					#else
 | 
				
			||||||
 | 
					        SaveImageExt("Png (*.png)");
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (FinalExt() != "jpg" && FinalExt() != "png" && FinalExt() != "exr"
 | 
						if (FinalExt() != "jpg" && FinalExt() != "png" && FinalExt() != "exr"
 | 
				
			||||||
#ifdef _WIN32
 | 
					#ifdef _WIN32
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user