
I have enum fields in my auto-hidden ToolWindows. When...
- ...I click a thumbtack which pins a group of ToolWindows, and...
- ...a member of that group contains an enum field, then...
...the field stops displaying any value and is outlined in red. Selecting an item causes it to calm down and resume its job. When I place a breakpoint on the line where the value propagates to my model, I see that the previous value was perfectly valid and wasn't changed by the thumbtack. Placing breakpoints everywhere that I ever assign a value to a relevant variable produces no results.
Is this a known issue, or something I need a test case for? If it's known, is there anything I can do about it other than constantly pushing the correct value to the display?