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
395 stars 34 forks source link

Tabs do not display title when docked #32

Closed ibachar closed 6 years ago

ibachar commented 6 years ago

Hi,

Using the latest master from imgui, tabs do not display their title when docked, only when floating

Flix01 commented 6 years ago

I can confirm the bug. Although this particular bug is probably still outside my fork (see: https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main.html and click on the "ImGui Dock" blue button).

Basically as far as I can see:

I guess this can be related to some changes in the Overlay DrawList. I'll check when I have time. Thank you for reporting it.

P.S. When I say "This bug is still outside my fork" I mean that it's probably in something still unmerged from the ImGui upstream repository.

ibachar commented 6 years ago

Yes, the issue started to appear once I pulled the latest imgui master today or yesterday

ibachar commented 6 years ago

Pulling the latest master from imgui fixed the issue, thanks

Flix01 commented 6 years ago

This issue should be fixed now.