I use an InkPicture control in my VBA application. All works OK so far, but have one annoying issue I can't resolve. When the editing mode changes to Select ("InkPicture1.EditingMode = InkOverlayEditingMode.IOEM_Select") and a stroke is selected, the stroke changes to a double line. Do nothing with the stroke and go back to Normal ("fDrawing.InkPicture1.EditingMode = InkOverlayEditingMode.IOEM_Ink") the line remains a double line rather than returning to the initial single line.

Anybody knows a way to resolve this?
Thank you.
Bob