Separator: Fixed Separator() outputting an extraneous empty line when captured into clipboard/text/file.

This commit is contained in:
omar
2018-11-30 16:42:32 +01:00
parent baf67d393f
commit 1bfcf8f339
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ Breaking Changes:
Other Changes:
- When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213) [@zzzyap]
- Separator: Fixed Separator() outputting an extraneous empty line when captured into clipboard/text/file.
- Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187)