MATLAB: Do I receive an error when trying to insert a text box into the figure, after setting the axes default ‘LineStyleOrder’ property in MATLAB 7.0 (R14)

axesboxlinestyleorderMATLABplottext;toolswindows

I am plotting using the following code:
set(0,'DefaultAxesLineStyleOrder','-|--|-.|:')
plot(1:10)
I then I push on the "Plot Tools" button on the figure toolbar. In the Figure Palette on the left side, I click on "Text Box" link under "Annotations."
When I go back to the figure and try to manually position the text box, I receive the following error:
??? There is no 'units' property in the 'textbox' class.
Error in ==> scribe\private\scribemethod at 41
obj.methods(fcn,args{:});
??? Error while evaluating figure WindowButtonDownFcn.

Best Answer

This bug has been fixed in Release 14 Service Pack 3 (R14SP3). For previous product releases, read below for any possible workarounds:
We have verified that there is a bug in MATLAB 7.0 (R14) that occurs when changing the 'LineStyleOrder' setting and then trying to insert a text box.
There are currently no known workarounds.