Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ImGuiFileDialog.cpp #2190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Sep 28, 2023

  1. Update ImGuiFileDialog.cpp

    The bug manifests as a freeze or crash of DPG when attempting to access a directory that the current user does not have permission to access on windows using file_dialog. This commit fixes the issue by adding a code snippet that checks the permission to access the target directory before attempting to do so. If the user does not have permission, the program will not access the target directory and stay in the current path.
    ddddhm1234 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9c63a4e View commit details
    Browse the repository at this point in the history