I see. So is it just changing which icons are used internally?
There seem to be many (unintended?) changes:
release/datafiles/alert_icons.png
is wider even- explode icon .dat…
From the implementation side, the icon selection should not be a property, but a function in Python:
@Sergey - Makes sense on avoiding adding this into the python API, I recalled seeing it…
Thanks for working on it!
Looking at the code it seems the mask icon is still called
CLIPUV_DEHLT
, shouldn't that be updated as part of this PR?
@pablovazquez , Had a brief talk…
If it helps in further debugging, I can also repro this behavior on the current 3.6 LTS release (3.6.8, f6ae60f3eeda)
I may have to let someone else more experienced with this area of the code take over; I've hit a wall with my investigation into the issue and can't seem to find any particular leads. I've checked…