GUI: Clear the details panel when starting new check.
This commit is contained in:
parent
0da55d6477
commit
c6046b6663
|
@ -62,6 +62,7 @@ ResultsView::~ResultsView()
|
|||
void ResultsView::Clear()
|
||||
{
|
||||
mUI.mTree->Clear();
|
||||
mUI.mDetails->setText("");
|
||||
mErrorsFound = false;
|
||||
|
||||
//Clear the progressbar
|
||||
|
|
Loading…
Reference in New Issue