Closed Dimmerli closed 4 years ago
After looking at this post, it looks like the renaming results in the object returning a different hash code. The Tab Control uses the hash code to keep track of the item and a changing hash code results in an internal error of some dictionary.
We will fix this by keeping track of the original hash code.
How to reproduce:
Result: Displayed editors don't update and the program crashes.