Case: Sketch, Angle creation, select 1st, 2nd, flyout. Activate 1st, click in empty place in the viewer. Perform the same for the 2nd argument. Activate 1st, try to select previous line which was 2rd. It is not possible because it is cashed.
if (isDone)
updateFocus();
+
+ // we need to forget about previous validation result as the current selection can influence on it
+ clearValidatedCash();
}
//********************************************************************