Only a Segmented Control

To facilitate a user getting started, I created a window that presents a series of container controls to collect the basic info needed to have the program function.

The first page consisted of some labels and one segmented control with two options. Since it was the only control, it had focus. The problem is that it looked strange as the first segment seemed to selected. It looks like the focus ring is only on the first segment.

I was able to fix it (on a Mac, at least) by adding an invisible text field and placing it first in the tab order.

Hope this helps someone.