Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue disabling WindowMenuButton in Docking branch #3499

Closed
1aam2am1 opened this issue Sep 30, 2020 · 1 comment
Closed

Issue disabling WindowMenuButton in Docking branch #3499

1aam2am1 opened this issue Sep 30, 2020 · 1 comment
Labels

Comments

@1aam2am1
Copy link

Flag:
ImGui::GetStyle().WindowMenuButtonPosition = ImGuiDir_None;
Creates visible artifacts as it displays Hide Bar menu but don't move cursor for drawing tabs.
image
As you can see setting this flag creates visual artifact, as it should not display hide tab menu.
image

Also docking window and then undocking it creates problem as SetNextWindowSizeConstraints function don't work anymore even if window is not docked anymore.

@ocornut ocornut changed the title Docking branch issues Issue disabling WindowMenuButton in Docking branch Sep 30, 2020
@ocornut
Copy link
Owner

ocornut commented Sep 30, 2020

Thanks for the report. I have fixed it with c49330f.

Also docking window and then undocking it creates problem as SetNextWindowSizeConstraints function don't work anymore even if window is not docked anymore.

Generally speaking please report that as separate issue. But there is already an issue for this: #2849, I don't have a fix/solution for it yet.

@ocornut ocornut closed this as completed Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants