From b6ff89e69f7ced540b6dbcf1e3895e149c7024c9 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 18 Apr 2014 18:39:52 +0200 Subject: [PATCH] Fix regression when core is running via DBus. Simulator page is not updated because no simulatorConnectionChanged is emitted from the past. --- samples/blackgui/mainwindow_init.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/blackgui/mainwindow_init.cpp b/samples/blackgui/mainwindow_init.cpp index 6596d5ccb..b514ad792 100644 --- a/samples/blackgui/mainwindow_init.cpp +++ b/samples/blackgui/mainwindow_init.cpp @@ -242,6 +242,8 @@ void MainWindow::init(const CRuntimeConfig &runtimeConfig) // whether init has been completed this->m_init = true; + // We don't receive signals from the past. So ask for it simulate an initial signal + simulatorConnectionChanged(m_rt->getIContextSimulator()->isConnected()); } //