diff --git a/Src/Common/Controls/DetailControls/DataTree.cs b/Src/Common/Controls/DetailControls/DataTree.cs index 361a87e8f3..45d0bd391c 100644 --- a/Src/Common/Controls/DetailControls/DataTree.cs +++ b/Src/Common/Controls/DetailControls/DataTree.cs @@ -1497,7 +1497,6 @@ public virtual void RefreshList(bool differentObject) // Scrolling the control into view needs to be done after we resume the layout. if (m_currentSlice != null) { - m_currentSlice.TakeFocus(false); ScrollControlIntoView(m_currentSlice); }