diff options
| author | 2017-03-02 16:30:58 +0100 | |
|---|---|---|
| committer | 2017-03-02 16:30:58 +0100 | |
| commit | 4dd690f4b86cd687bb47f1cfa328fa45df5e3429 (patch) | |
| tree | dbcb224cad63a85cf221252b97cd6d9abb51acea /src/modules/raweditor/libkviraweditor.cpp | |
| parent | KviWindowListBase: Add ability to close classic window list buttons with midd... (diff) | |
| download | KVIrc-4dd690f4b86cd687bb47f1cfa328fa45df5e3429.tar.gz KVIrc-4dd690f4b86cd687bb47f1cfa328fa45df5e3429.tar.bz2 KVIrc-4dd690f4b86cd687bb47f1cfa328fa45df5e3429.zip | |
switch to the correct window even if it's open already
Diffstat (limited to 'src/modules/raweditor/libkviraweditor.cpp')
| -rw-r--r-- | src/modules/raweditor/libkviraweditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/raweditor/libkviraweditor.cpp b/src/modules/raweditor/libkviraweditor.cpp index 5670771d4..f6ba854ab 100644 --- a/src/modules/raweditor/libkviraweditor.cpp +++ b/src/modules/raweditor/libkviraweditor.cpp @@ -51,7 +51,7 @@ static bool raweditor_kvs_cmd_open(KviKvsModuleCommandCall *) g_pRawEditorWindow = new RawEditorWindow(); g_pMainWindow->addWindow(g_pRawEditorWindow); } - g_pRawEditorWindow->setFocus(); + g_pRawEditorWindow->delayedAutoRaise(); return true; } |
