ImGui::LogFinish() newline is redundant #4021
LPVOIDDev
announced in
Old/Archived discussions
Replies: 2 comments 1 reply
-
Sorry, silly me. I've just found the ImGui::SetClipboardText :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I suppose it may make sense to only add a new line in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IMHO the hardcoded
LogText(IM_NEWLINE);
(?) inside ImGui::LogFinish() is redundant since it's sometimes necessary to copy a text without any extra characters such as newlinesI am currently trying to create a button to copy a text to clipboard, but it shouldn't have any newlines inserted, and I found no way to do this without modifying imgui source code
I'm only 2 days to IMGUI so bear with me if I didn't notice an alternative way to accomplish this
Beta Was this translation helpful? Give feedback.
All reactions