Have I broken the FROM option?

I seem to have done something so that the "FROM" option of drawing commands no longer behaves the way I expect. It seems to ignore the base point that I specify. Instead, it uses the end of the last line I drew as the base point.

 The "FROM" option worked fine for me in versions V1R1.1 and V1R1.2 . The unexpected behavior started soon after I upgraded to V1R1.3 . I am using the version for the Mac.

 Is there an option or variable that I could have set by mistake that causes this result?

 Here is an example of the command line history that illustrates the situation. I want to draw a circle that has its center positioned relative to the beginning of a line.

 

: _LINE                                                        

Options: Segments or

Specify start point» 1,1

Options: Segments, Undo, Enter to exit or

Specify next point» 2,1

Options: Segments, Undo, Enter to exit or

Specify next point»

«Cancel»

:

: _CIRCLE                                                 

Options: 3Point, 2Point, Ttr, TTT, Enter to exit or

Specify center point» from                       

Base point(Offset)@0,1                            

Options: Diameter or

Specify radius» .5

: '_GETXY                                                

Specify location»                                     

X = 2.0000 Y = 2.0000 Z = 0.0000          

 

Of course, this is a simple example to demonstrate my problem. Usually, the base point is not on nice, even coordinates.

 

Thanks for the help.