Skip to content

Commit

Permalink
[FIX] : fix tests
Browse files Browse the repository at this point in the history
[UPD] : update IGFD
  • Loading branch information
aiekick committed Jan 7, 2024
1 parent 40b8371 commit 61f7338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ImGuiFileDialog
2 changes: 1 addition & 1 deletion tests/ImGuiFileDialog/Test_FileManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class FileManagerTestHelper {
}

void useFlags(ImGuiFileDialogFlags vFlags) {
fd.dLGflags = vFlags;
fd.getDialogConfigRef().flags = vFlags;
}

IGFD::FilterInfos getSelectedFilter() const {
Expand Down

0 comments on commit 61f7338

Please sign in to comment.