-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GroupEditor does not call super() #1673
Comments
This is a bit awkward because Lines 523 to 538 in 0c30b77
In this case, users of |
Right - I think that what is needed is a superclass of As a more immediate work-around, it might make sense to have |
The helper class
GroupEditor
does not callsuper()
in its__init__()
and so Traits will not properly initialize:traitsui/traitsui/qt4/ui_panel.py
Lines 1255 to 1262 in 7681a2b
(similarly for wx).
This could be part of the problem for issues involving
enabled_when
, etc not applying to labels or other components (eg. #758) or updating properly (or not, but it definitely and anti-pattern for Traits to do this).The text was updated successfully, but these errors were encountered: