aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/raweditor/libkviraweditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/raweditor/libkviraweditor.cpp')
-rw-r--r--src/modules/raweditor/libkviraweditor.cpp2
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;
}