wxWidgets / Phoenix

wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
http://wxpython.org/
2.21k stars 509 forks source link

Fixes DeleteButton function #2512

Closed rufuswilson closed 4 months ago

rufuswilson commented 4 months ago

Fixes the error when calling the DeleteButton of a RibbonButtonBar

File "..../python3.9/site-packages/wx/lib/agw/ribbon/buttonbar.py", line 614, in DeleteButton
    self._buttons.pop(button)
TypeError: 'RibbonButtonBarButtonBase' object cannot be interpreted as an integer

Fixes #2511

Metallicow commented 4 months ago

Looks good to me