Update details list after each full parse.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2016-12-04 18:29:12 +02:00
parent 251a717c6f
commit 39a8165bd5

View File

@ -2690,6 +2690,7 @@ void MainWindow::FullParseFile()
SetEnableTool(comboBoxDraws->count() > 0);
patternReadOnly = doc->IsReadOnly();
SetEnableWidgets(true);
detailsWidget->UpdateList();
}
//---------------------------------------------------------------------------------------------------------------------