summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-31 05:40:46 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-06 07:45:01 -0500
commit719a2f20b4bb6b722097b63df8468d073d67e65f (patch)
tree59bb7a5a90d3b78724471890fe270928f26e6e14 /src/mainwindow.cpp
parent7db5f938841933fb4846441448dafefc414ed5e7 (diff)
refresh ui after running an exe from 1) an external message, and 2) the data tab
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index c2d91bcc..631a31d8 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -5404,7 +5404,7 @@ void MainWindow::openDataFile()
m_OrganizerCore.processRunner()
.setFromFile(this, targetInfo)
- .setWaitForCompletion()
+ .setWaitForCompletion(ProcessRunner::Refresh)
.run();
}