Open Gouvernathor opened 1 year ago
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
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.