How do you switch the Window Design grid spots off? Is this a bug?

Tools, Options, Designers, Grid Options, Align Mode - Snap Lines selected, but the grid spots still appear and the window designer is behaving just like the Snap to Grid option is selected.

Even restarted the IDE, but still not working.

How do I resort back to Snap Lines?

TIA

Solved. Edit ClarionProperties.xml when the IDE is not running.

<WindowDesigner.DesignerOptions.ShowGrid value="False" />
<WindowDesigner.DesignerOptions.SnapToGrid value="False" />**
<WindowDesigner.DesignerOptions.UseSnapLines value="True" />

Looks like the FormsDesigner section was being updated instead.