Commit f3034ea9 authored by health's avatar health

Merge branch 'master' into feature-feng-selectError-20200723

parents 98260241 edf01240
......@@ -245,7 +245,13 @@ namespace WSDDBBrowser.Core
scanDataItem.Values.AddRange(dB_ScanDatas);
}
}
if (ScanDataItems.Any(scanDataItem => scanDataItem.Values.Count == 0))
{
TGProcessPacks.Clear();
ScanDataItems.Clear();
CurrProcess.HasTGData = false;
return false;
}
Update4MixChanged();
IsDBReady = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment