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

Make legacy examples compatible with 'qt' toolkit #556

Closed mdickinson closed 1 year ago

mdickinson commented 1 year ago

Drive-by PR to fix a place where we depend on ETS_TOOLKIT having value qt4 rather than qt.

Note: I have not tested this code (and it's not exercised by the test suite).

Closes #361

mdickinson commented 1 year ago

Update: I have now manually tested the code change for the AcmeLab case, but not for the AcmeLabUsingEggs case.

mdickinson commented 1 year ago

Closing; #557 was merged, and the commits from this PR were already in #557.