enthought / pyface

pyface: traits-capable windowing framework
Other
105 stars 55 forks source link

`AboutDialog` not getting default image #1125

Closed corranwebster closed 2 years ago

corranwebster commented 2 years ago

image

This should show a python logo.

To reproduce:

from pyface.api import AboutDialog
dlg = AboutDialog()
dlg.show()