提交 e61feecf 编写于 作者: G gineshidalgo99

Gui/FrameDisplayer: all visualization functions moved to same thread (2)

上级 8744f1a9
......@@ -41,12 +41,19 @@ namespace op
WGui<TDatums>::WGui(const std::shared_ptr<Gui>& gui) :
spGui{gui}
{
spGui->initializationOnThread();
}
template<typename TDatums>
void WGui<TDatums>::initializationOnThread()
{
try
{
spGui->initializationOnThread();
}
catch (const std::exception& e)
{
error(e.what(), __LINE__, __FUNCTION__, __FILE__);
}
}
template<typename TDatums>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册