mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 12:53:41 +01:00
Reimplement clipboard text normalizer to use the correct buffers
This commit is contained in:
parent
0c3ebd4b5b
commit
8967174cd9
2 changed files with 193 additions and 41 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue