Fix for 411543
Active child of ViewSplitter
losts focus on Application::_backgroundInstance.setFocus()
call at Application::toggleBackgroundInstance()
. The hook advices to give focus to active TerminalWindow
instead of ViewSplitter
itself using QSplitter::setFocusProxy()
. Issue had been described in Bug 411543.
Edited by Anton Karmanov