#1112 tab key doesn't work on the last field of left panels
Regression during the circle creation: the second restarted circle has no active control.
// it is important for features where in cases the same attributes are used, isCase for this
// attribute returns true, however it can be placed in hidden stack widget(extrusion: elements,
// sketch multi rotation -> single/full point)
- activateNextWidget(theWidget, true);
+ activateNextWidget(theWidget, false); // true
}