mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-11-03 17:50:27 -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");
 | 
			
		||||
 | 
			
		||||
	if (SaveImageExt() == "")
 | 
			
		||||
#ifndef __APPLE__
 | 
			
		||||
        SaveImageExt(".png");
 | 
			
		||||
#else
 | 
			
		||||
        SaveImageExt("Png (*.png)");
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
	if (FinalExt() != "jpg" && FinalExt() != "png" && FinalExt() != "exr"
 | 
			
		||||
#ifdef _WIN32
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user