From bf17afb42b041162b10af73a28499e30a74bbd59 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 24 Oct 2009 23:18:42 +0000 Subject: fix for #593 + free selection in help module git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3572 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/help/helpwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modules/help/helpwindow.cpp') diff --git a/src/modules/help/helpwindow.cpp b/src/modules/help/helpwindow.cpp index 8b641d5be..da01bf24d 100644 --- a/src/modules/help/helpwindow.cpp +++ b/src/modules/help/helpwindow.cpp @@ -39,6 +39,7 @@ #include #include #include +#include extern Index * g_pDocIndex; extern KviPointerList * g_pHelpWindowList; @@ -111,6 +112,7 @@ KviHelpWindow::KviHelpWindow(KviFrame * lpFrm,const char * name) li.append(80); m_pSplitter->setSizes(li); + QTimer::singleShot(0,m_pIndexSearch,SLOT(setFocus())); } KviHelpWindow::~KviHelpWindow() -- cgit v1.3.1-10-gc9f91