Fix regression when core is running via DBus. Simulator page

is not updated because no simulatorConnectionChanged is emitted from
the past.
This commit is contained in:
Roland Winklmeier
2014-04-18 18:39:52 +02:00
parent 1cecf429e7
commit b6ff89e69f

View File

@@ -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());
}
//