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

Bug on RibbonBar RecalculateTabSizes #2541

Closed AlessandroMattiazzi closed 1 month ago

AlessandroMattiazzi commented 1 month ago

This error occur while calling RecalculateTabSizes:

Traceback (most recent call last):
  File "...\venv\lib\site-packages\wx\lib\agw\ribbon\bar.py", line 973, in OnSize
    self.RecalculateTabSizes()
  File "...\venv\lib\site-packages\wx\lib\agw\ribbon\bar.py", line 1106, in RecalculateTabSizes
    info.rect.width = width/(numtabs - i)
TypeError: 'float' object cannot be interpreted as an integer