AppFwk : Remove setFocus, as signals from the QModel triggers update

This commit is contained in:
Magne Sjaastad 2017-09-19 12:37:55 +02:00
parent 31cbd35862
commit b222561a81

View File

@ -379,9 +379,6 @@ void PdmUiTreeSelectionEditor::slotToggleAll()
{ {
unCheckAllItems(); unCheckAllItems();
} }
// Set focus back to the tree view to trigger a redraw
m_treeView->setFocus();
} }
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------