I20230620-1800
views/editor does not work as expected #792 On the first opening of the view the fFilteredTree is disabled. It is disabled right after creation and will become enabled later after reading log file. Because filterControl is disabled, it is not able to gain focus by calling forceFocus() during call of setFocus(). Fix is to set the focus to the parent composite if setFocus() of filtered tree returns false.