-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Columns: selectable with SpanAllColumns & overlaid button does not work #684
Comments
I suppose we'd need to add an |
Oh, I'm sorry, I did not know about SetItemAllowOverlap() (it was missing from my Lua binding so I suppose it was added by some ImGui update semi-recently). This fixes the issue. Sorry for the noise, and thanks for the quick reply! Should this issue be closed, or do you want to keep it open for _AllowOverlapMode? |
Yes that's known, As stated above, I think calling |
Closing this old issue I forgot to close at the time of adding the |
Please see the attached pic. I would like to overlay a small button on top of a columns view that has a selectable with ImGuiSelectableFlags_SpanAllColumns in the first column but unfortunately it does not seem to work. When I click on one of the 'E' buttons, the selectable underneath steals the mouse press.
The text was updated successfully, but these errors were encountered: