enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
80 stars 26 forks source link

Import Font and Color from traitsui, not traits #558

Closed mdickinson closed 1 year ago

mdickinson commented 1 year ago

This PR updates an example to import the Font and Color trait types from traitsui.api instead of from traits.api. The Font and Color traits in traits.api are deprecated.