diff options
| author | 2009-10-24 23:18:42 +0000 | |
|---|---|---|
| committer | 2009-10-24 23:18:42 +0000 | |
| commit | bf17afb42b041162b10af73a28499e30a74bbd59 (patch) | |
| tree | 12ae4055f5517fb79fda305212cfbc614d586c0b /src/modules/help/helpwindow.cpp | |
| parent | fix for #588 (classic window list) (diff) | |
| download | KVIrc-bf17afb42b041162b10af73a28499e30a74bbd59.tar.gz KVIrc-bf17afb42b041162b10af73a28499e30a74bbd59.tar.bz2 KVIrc-bf17afb42b041162b10af73a28499e30a74bbd59.zip | |
fix for #593 + free selection in help module
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3572 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/helpwindow.cpp')
| -rw-r--r-- | src/modules/help/helpwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <QMessageBox> #include <QRegExp> #include <QToolTip> +#include <QTimer> extern Index * g_pDocIndex; extern KviPointerList<KviHelpWindow> * 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() |
