This commit is contained in:
levinsv 2019-07-09 22:47:28 +05:00
parent e828b5f35b
commit cecc5fd482
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -1664,11 +1664,11 @@ void frmStatus::OnRefreshStatusTimer(wxTimerEvent &event)
wxArrayLong pids;
while (!dataSet1->Eof())
{
pid = dataSet1->GetLong(wxT("pid"));
pids.Add(pid);
// Update the UI
if (pid != backend_pid)
{
pid = dataSet1->GetLong(wxT("pid"));
pids.Add(pid);
// Add the query content to the queries array
queries.Add(dataSet1->GetVal(wxT("query")));