mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 05:34:50 -04:00
1.0.0.14 Release
--Bug fixes -File saving was broken. --Code changes -File saving and opening dialogs were shared between a single object which was causing trouble. Make them all use their own objects.
This commit is contained in:
@ -554,7 +554,9 @@ private:
|
||||
|
||||
//Files.
|
||||
#ifndef __APPLE__
|
||||
QFileDialog* m_FileDialog = nullptr;
|
||||
QFileDialog* m_SaveFileDialog = nullptr;
|
||||
QFileDialog* m_SaveImageDialog = nullptr;
|
||||
QFileDialog* m_OpenFileDialog = nullptr;
|
||||
QFileDialog* m_FolderDialog = nullptr;
|
||||
#endif
|
||||
QssDialog* m_QssDialog = nullptr;
|
||||
|
Reference in New Issue
Block a user