--Bug fixes:

-Fix path bugs when creating dialogs on Mac.
 -Add new setting for path when creating palette from image.
This commit is contained in:
Person
2017-04-04 16:21:58 -07:00
parent 2f54215e65
commit 2773ef27f7
9 changed files with 99 additions and 30 deletions

View File

@ -530,8 +530,10 @@ private:
QTableWidgetItem* m_InfoFinalXformItem;
//Files.
#ifndef __APPLE__
QFileDialog* m_FileDialog = nullptr;
QFileDialog* m_FolderDialog = nullptr;
#endif
QssDialog* m_QssDialog = nullptr;
QString m_LastSaveAll;
QString m_LastSaveCurrent;