enthought / pyface

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

Find correct default image for `AboutDialog` #1142

Closed corranwebster closed 2 years ago

corranwebster commented 2 years ago

This PR moves the trait definitions to the mixin class, which means that the Image trait is in the right context to find the about image.

Fixes #1125.