podgorskiy / bimpy

imgui for python
https://podgorskiy.github.io/bimpy/
MIT License
202 stars 33 forks source link

Pass begin_child extra_flags to ImGui::BeginChild #40

Open torss opened 3 years ago

torss commented 3 years ago

This is just a tiny fix of the begin_child extra_flags parameter, which wasn't passed on.

Maybe extra_flags should also be renamed to flags? (Since it was inactive, renaming it now might not break much/any existing code.)