Skip to content
Snippets Groups Projects
Commit 9da1ca93 authored by Sergey Linev's avatar Sergey Linev Committed by Bertrand Bellenot
Browse files

webgui: unblock polling loop around command execution

parent 813a7e05
No related branches found
No related tags found
No related merge requests found
......@@ -537,6 +537,8 @@ void TCanvasPainter::CancelCommands(bool cancel_all, UInt_t connid)
auto next = iter;
next++;
if (cancel_all || (iter->fConnId == connid)) {
if (fWaitingCmdId == iter->fId)
fWaitingCmdId.clear();
iter->fCallback(false);
fCmds.erase(iter);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment