Open ievacerny opened 4 years ago
Thank you for the report! Could you please provide the platform and toolkit information, ideally including versions. It will help diagnose whether it is a platform specific problem, or PySide/PyQt/4/5 specific problem. Thanks!
It doesn't seem to be toolkit specific (apart from it being qt) - the issue is seen with PySide2, PyQt4 and PyQt5. Platform I used is MacOS. I suspect this is a qt editor implementation bug.
Thanks. I haven't looked into the details, but I can confirm I observed this issue as well on a Linux machine (and Python 3.6)
Issue found by checking
Standard_Editors/ImageEnumEditor_demo.py
.With Qt simple style
ImageEnumEditor
, selecting an image in the combobox doesn't actually change the value of the trait. (wx editor works as expected)