diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-28 20:47:33 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-28 20:47:33 -0500 |
commit | 678464d24c9c5b689788c0ec17854611f127f863 (patch) | |
tree | bb02a16a60f09e9c1adaab23c5f61fc3e800a698 /src/file_dialog.cpp | |
parent | 6f44617d0a378d980de71e6a5e1d634bff95bbcb (diff) |
Diffstat (limited to 'src/file_dialog.cpp')
-rw-r--r-- | src/file_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file_dialog.cpp b/src/file_dialog.cpp index 80e994d..3b84722 100644 --- a/src/file_dialog.cpp +++ b/src/file_dialog.cpp @@ -43,6 +43,7 @@ FileDialog::FileDialog(const fud::String& directoryName, TimeFormat& timeFormat) if (status != FudStatus::Success) { return; } + m_valid = true; } FudStatus FileDialog::getDirectoryContents() |