ImGui DefaultStyle does not set colors for Docked elements

6.7-0290

hasn’t found a way to change this color using publicly available functions.

fixed with previews >= 6.7-305

1 Like

In the fixed version the style of the titlebar background and the tabs in the window with docked elements is controlled by SetWindowStyle (Title… properties) and SetTabStyle.

2 Likes

Thanks!

Are there any plans to increase the availability of docked items? I understand that there is now only an ‘enable docked’ switch and no way to manipulate this state for windows?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.