the final fix
This commit is contained in:
parent
0c4f1df361
commit
e4902871bb
2
extern/igfd/ImGuiFileDialog.cpp
vendored
2
extern/igfd/ImGuiFileDialog.cpp
vendored
|
@ -2100,7 +2100,7 @@ namespace IGFD
|
|||
#ifdef WIN32
|
||||
ImGui::SameLine();
|
||||
|
||||
if (IMGUI_BUTTON(FileDialog::Instance()->drivesButtonString))
|
||||
if (IMGUI_BUTTON(drivesButtonString))
|
||||
{
|
||||
puDrivesClicked = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue