internal void FlipLegAnnotations(int legIndex) { var edit = new LegFlipAnnotations((uint)legIndex); edit.Apply(m_Legs); m_Changes.Add(edit); }