mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
wx\lib\agw\ribbon\gallery.py, line 745, in Layout
for item in self._items[indx:]:
UnboundLocalError: local variable 'indx' referenced before assignment
Monkey-patching RibbonGallery's OnPaint method avoids this exception:
wx\lib\agw\ribbon\gallery.py, line 587, in OnPaint
dc.SetClippingRegion(self._client_rect)
AttributeError: 'RibbonGallery' object has no attribute '_client_rect'
13 KiB
13 KiB