Marvel sv. Capcom
This commit is contained in:
parent
57b7a9ae0f
commit
0c4f1df361
4
extern/igfd/ImGuiFileDialog.cpp
vendored
4
extern/igfd/ImGuiFileDialog.cpp
vendored
|
@ -2100,12 +2100,12 @@ namespace IGFD
|
|||
#ifdef WIN32
|
||||
ImGui::SameLine();
|
||||
|
||||
if (IMGUI_BUTTON(drivesButtonString))
|
||||
if (IMGUI_BUTTON(FileDialog::Instance()->drivesButtonString))
|
||||
{
|
||||
puDrivesClicked = true;
|
||||
}
|
||||
if (ImGui::IsItemHovered())
|
||||
ImGui::SetTooltip(buttonDriveString);
|
||||
ImGui::SetTooltip("%s",FileDialog::Instance()->buttonDriveString);
|
||||
#endif // WIN32
|
||||
|
||||
ImGui::SameLine();
|
||||
|
|
Loading…
Reference in a new issue