When duplicating a flags enum value, the new enum value has double the value of the duplicated line
So if I duplicate
Foo=1
I will get
Foo=2
But when I try to duplicate a value where 2x the old value is longer in chars than the original value, I get part of the new number.
Foo=64
will duplicate into
Bar=28 (missing the 1)
Hi Dan,
I have reproduced the issue and we are working on it. Please give us some time to research it.