aaaaaaaaaaaaa
This commit is contained in:
parent
bb074bee4c
commit
4122238a4a
1
extern/igfd/ImGuiFileDialog.cpp
vendored
1
extern/igfd/ImGuiFileDialog.cpp
vendored
|
@ -3827,6 +3827,7 @@ namespace IGFD
|
||||||
|
|
||||||
// Input file fields
|
// Input file fields
|
||||||
float width = ImGui::GetContentRegionAvail().x;
|
float width = ImGui::GetContentRegionAvail().x;
|
||||||
|
// fix this! fix this! fix this!
|
||||||
if (!fdFile.puDLGDirectoryMode)
|
if (!fdFile.puDLGDirectoryMode)
|
||||||
width -= FILTER_COMBO_WIDTH;
|
width -= FILTER_COMBO_WIDTH;
|
||||||
ImGui::PushItemWidth(width);
|
ImGui::PushItemWidth(width);
|
||||||
|
|
Loading…
Reference in a new issue