mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Adds the ability to force the path returned by the file dialog to be relative.
This commit is contained in:
parent
a6038d1801
commit
490c05ffd4
2 changed files with 15 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue