mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-06 19:38:28 +00:00

Fixes the window title from being truncated on calls to Platform_SetWindowTitle. Stops the WM_SETTEXT message that happens when calling setWindowTextW from being interpreted as ascii.