-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Closed
Labels
Description
Hi Omar, again :-)
Maybe it just do not understand, maybe it is a good idea for the next innovation...
Now is the moment I have encountered while trying to the highlighted button at BeginChild
. Here are the facts:
Begin (... ImGuiWindowFlags_ShowBorders)
does not display the border withBeginChild
. And their content as buttons, are also no borders ... I have also set inBeginChild
ImGuiWindowFlags_ShowBorders
.- If you want to have at the
Button
orImageButton
a border, I need toBegin[Child]
set flags onImGuiWindowFlags_ShowBorders
but after that is bounded on any element, which is undesirable.
Question: How to set borders for individual elements??
blackholeearth