mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 12:44:16 +01:00
Update FileDialog.UI.cs (#888)
This commit is contained in:
parent
8cc34ea1b6
commit
a00b3ec2fd
1 changed files with 0 additions and 1 deletions
|
|
@ -163,7 +163,6 @@ namespace Dalamud.Interface.ImGuiFileDialog
|
||||||
{
|
{
|
||||||
ImGui.SetNextItemWidth(ImGui.GetContentRegionAvail().X);
|
ImGui.SetNextItemWidth(ImGui.GetContentRegionAvail().X);
|
||||||
ImGui.InputText("##pathedit", ref this.pathInputBuffer, 255);
|
ImGui.InputText("##pathedit", ref this.pathInputBuffer, 255);
|
||||||
ImGui.PopItemWidth();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue