renpy
renpy copied to clipboard
Weird code in Window's xminimum and xmaximum processing in render
https://github.com/renpy/renpy/blob/position-everywhere/renpy/display/layout.py#L1282 That also applies to Button, which is a subclass of Window and whose render method contains a super call.
This is still there https://github.com/renpy/renpy/blame/master/renpy/display/layout.py#L1307-L1310