Reimplement clipboard text normalizer to use the correct buffers

This commit is contained in:
Soreepeong 2023-12-08 23:28:12 +09:00
parent 0c3ebd4b5b
commit 8967174cd9
2 changed files with 193 additions and 41 deletions

View file

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