mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 12:53:41 +01:00
Fix multi-line copy/paste between ImGui and XIV (#1525)
This commit is contained in:
parent
9489c4ec20
commit
496bed4c69
2 changed files with 82 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue