Skip to content

Commit

Permalink
Interrogation: Fix for interrogate progress reaching over 100% when t…
Browse files Browse the repository at this point in the history
…asks failed
  • Loading branch information
malcom2073 committed Aug 5, 2014
1 parent 0215b49 commit d2b8d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,8 @@ void MainWindow::commandFailed(int sequencenumber,unsigned short errornum)
}
else
{
if (progressView) progressView->taskFail(sequencenumber);
//interrogateTaskFail(int) catches this case.
//if (progressView) progressView->taskFail(sequencenumber);
}
}

Expand Down

0 comments on commit d2b8d43

Please sign in to comment.