diff --git a/Fwk/AppFwk/cafUserInterface/cafPdmUiTreeSelectionEditor.cpp b/Fwk/AppFwk/cafUserInterface/cafPdmUiTreeSelectionEditor.cpp index 6420318a1b..c429e95150 100644 --- a/Fwk/AppFwk/cafUserInterface/cafPdmUiTreeSelectionEditor.cpp +++ b/Fwk/AppFwk/cafUserInterface/cafPdmUiTreeSelectionEditor.cpp @@ -379,9 +379,6 @@ void PdmUiTreeSelectionEditor::slotToggleAll() { unCheckAllItems(); } - - // Set focus back to the tree view to trigger a redraw - m_treeView->setFocus(); } //--------------------------------------------------------------------------------------------------