Update details list after each full parse.
--HG-- branch : develop
This commit is contained in:
parent
9cdf222467
commit
f2e0974158
|
@ -2634,6 +2634,7 @@ void MainWindow::FullParseFile()
|
||||||
SetEnableTool(comboBoxDraws->count() > 0);
|
SetEnableTool(comboBoxDraws->count() > 0);
|
||||||
patternReadOnly = doc->IsReadOnly();
|
patternReadOnly = doc->IsReadOnly();
|
||||||
SetEnableWidgets(true);
|
SetEnableWidgets(true);
|
||||||
|
detailsWidget->UpdateList();
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user