Don't put focus on the viewer if we couldn't find any documentation.

Task-number: QTCREATORBUG-2326
This commit is contained in:
kh1
2010-09-23 17:08:28 +02:00
parent 409ee1ba47
commit 2c4eb25168

View File

@@ -858,8 +858,8 @@ void HelpPlugin::activateContext()
viewer->page()->mainFrame()->scrollToAnchor(source.fragment());
#endif
}
viewer->setFocus();
}
viewer->setFocus();
}
}