Merge branch 'net5' of ssh://github.com/goatcorp/Dalamud into net5

This commit is contained in:
goaaats 2022-06-20 15:50:54 +02:00
commit ff4a292444
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -163,7 +163,6 @@ namespace Dalamud.Interface.ImGuiFileDialog
{
ImGui.SetNextItemWidth(ImGui.GetContentRegionAvail().X);
ImGui.InputText("##pathedit", ref this.pathInputBuffer, 255);
ImGui.PopItemWidth();
}
else
{