aboutsummaryrefslogtreecommitdiffstats
path: root/src/bench/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/main.cpp')
-rw-r--r--src/bench/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/main.cpp b/src/bench/main.cpp
index 108946f..395d48b 100644
--- a/src/bench/main.cpp
+++ b/src/bench/main.cpp
@@ -383,7 +383,7 @@ void MasterApplication::listenForArguments()
void MasterApplication::applyOptions(const Options &options)
{
if (!options.workspace().isEmpty())
- m_window->setWorkspace(QDir(options.workspace()).absolutePath());
+ m_window->setWorkspace(QDir(options.workspace()).absolutePath(), false);
if (!options.pluginPath().isEmpty()) {
if (!m_window->isInitialized())