-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
how to : showing items border inside the menu #819
Comments
The ShowBorders flag is inherited, so your parent most window must have that flag. (The ShowBorders flag perhaps should maybe be retired/reworked it should be only part of style.) |
As a test, does adding the _ShowBorders flag within BeginMainMenuBar() fixes it for you? |
@codz01 Pushed changes today so you can now freely alter the border size |
great , many thanks |
Hi
how to apply ImGuiWindowFlags_ShowBorders flag to those items ?
The text was updated successfully, but these errors were encountered: