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