Adds the ability to force the path returned by the file dialog to be relative.

This commit is contained in:
Areloch 2018-01-29 22:16:42 -06:00
parent a6038d1801
commit 490c05ffd4
2 changed files with 15 additions and 3 deletions

View file

@ -106,6 +106,7 @@ protected:
FileDialogData mData; ///< Stores platform agnostic information about the dialogs properties
bool mChangePath; ///< Exposed ChangePath Property
bool mBoolTranslator; ///< Internally used to translate boolean values into their respective bits of dialog style
bool mForceRelativePath;
public:
FileDialog();