Commit b67aac97 by yunpeng.song

修复消息框弹出卡住界面的问题

parent 36a95b14
......@@ -146,7 +146,7 @@ bool FMTask::sendToServer(bool isShowMsg)
bool isOk = (error() == FM_API_SUCCESS);
if(!isOk && isShowMsg)
{
FMMsgWnd::FailureWnd(errorString());
FMMsgWnd::FailureWnd(errorString(),_window);
}
return isOk;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment