Skip to content

Commit

Permalink
[desktop windows] Fix open file dialog not showing current location
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Dec 9, 2023
1 parent 5d9b83c commit e587735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platforms/desktop-shared/FileBrowser/ImGuiFileBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,9 @@ namespace imgui_addons
current_path = current_directory;

//Create a vector of each directory in the file path for the filepath bar. Not Necessary for linux as starting directory is "/"
parsePathTabs(current_path);

}
parsePathTabs(current_path);
#endif // OSWIN

// store all the files and directories within directory and clear previous entries
Expand Down

0 comments on commit e587735

Please sign in to comment.