podgorskiy / bimpy

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

DeprecationWarning #36

Closed CaiusTSM closed 3 years ago

CaiusTSM commented 3 years ago
DeprecationWarning: an integer is required (got type _bimpy.Condition).  Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
  bimpy.set_next_window_pos(bimpy.Vec2(0, 0), bimpy.Condition.Once)

I get this warning when trying to set the window position, size, or calling begin.

CaiusTSM commented 3 years ago

Duplicate of #22. Closing.