Update details list after each full parse.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-12-04 18:29:12 +02:00
parent 9cdf222467
commit f2e0974158

View file

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