diff options
Diffstat (limited to 'src/modules/help/libkvihelp.cpp')
| -rw-r--r-- | src/modules/help/libkvihelp.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/help/libkvihelp.cpp b/src/modules/help/libkvihelp.cpp index 03dc93b3a..74b3ba102 100644 --- a/src/modules/help/libkvihelp.cpp +++ b/src/modules/help/libkvihelp.cpp @@ -189,6 +189,9 @@ static bool help_kvs_cmd_open(KviKvsModuleCommandCall * c) #else w->textBrowser()->setSource(QUrl::fromLocalFile(f.absoluteFilePath())); #endif + HelpWindow * pHelpWindow = g_pHelpWindowList->first(); + if (pHelpWindow) + pHelpWindow->delayedAutoRaise(); return true; } } |
