Hi Adam,
I think I found the problem. I add the editor programmatically and after that I add items to a dropdown, or hide the dropdown if there are no items to add.
In my code I do this to get a handle to the toolcontrol:
CuteEditor.ToolControl toolctrl = editor.ToolControls["Codes"];
If I do this, the editor breaks. All the dropdowns are not working correctly anymore, eg when I set font size to 10pt the size dropdown still says the default value.
Can you please check this?
Thank you.