iets3.opensource
iets3.opensource copied to clipboard
NumberLiteral_Editor breaks when using a property macro for the value
Problem
The editor for NumberLiteral breaks when a property macro is used to specify a value in the for the value property.
Analysis
This could be because of the cast to EditorCell_Property.
The property macro's cell seems to not respect the above cast.
Reproducer
A branch to reproduce the problem can be found in bugfix/numberliteral-editor-breaks-with-prop-macro in main