Fix multi-line copy/paste between ImGui and XIV (#1525)

This commit is contained in:
grittyfrog 2023-12-08 10:30:11 +11:00 committed by GitHub
parent 9489c4ec20
commit 496bed4c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 82 additions and 0 deletions

View file

@ -240,6 +240,7 @@ internal class InterfaceManager : IDisposable, IServiceType
this.processMessageHook?.Dispose();
}).Wait();
ImGuiClipboardConfig.Unapply();
this.scene?.Dispose();
}
@ -628,6 +629,7 @@ internal class InterfaceManager : IDisposable, IServiceType
ImGui.GetIO().FontGlobalScale = configuration.GlobalUiScale;
this.SetupFonts();
ImGuiClipboardConfig.Apply();
if (!configuration.IsDocking)
{