Not for this patch, but now that we have a property color to use, we could try to rethink this little guy as well soon:
My hope, maybe unfounded, was that if this timeline indicator was…
No worries. I was mostly worried that I was missing something. Which happens a lot. LOL
I think you're referring to
rna_Area_type_get
notrna_Area_ui_type_get
I could be missing something but the only ternary in rna_Area_ui_type_get
has a condition of area_changing
,…
I haven't carefully looked at all the callers of this function
I've tested what I think are all the calling situations and haven't found any problems.
see the ternary in rna_Area_ui_type_…
@PratikPB2123 - hi, do you think passing "None" should be supported here?
That was the intention with this. I just didn't realize that PROP_NEVER_NULL would be set and stop this from working…
That should be fixed now. It no longer stops highlighting at region edges.