Flix01 / imgui

Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
https://github.com/Flix01/imgui/wiki/ImGui-Addons-Branch-Home
MIT License
396 stars 34 forks source link

Node Editor - Comment Text Clipping #55

Closed AleksandarTB closed 4 years ago

AleksandarTB commented 4 years ago

Moving a node on top of comment node makes problems with clipping, and deselects the node.

image

Flix01 commented 4 years ago

Yes, the clipping problem seems to happen with the text in "multiline input text" only. However I could not see any node deselection (here I'm using glfw as far as I remember): vokoscreen-2019-09-02_17-01-43

Beside that it's pretty normal that node overlapping is not 100% correct (I remember I had to split and merge "draw channels" to minimize it, but I could not completely remove it).

So I won't fix this (unless somebody can post a fix). Thank you for your feedback anyway!

P.S. I must check, but I remember that even a(n old) version of Blender had some kind of node overlapping glitches sometimes.