This commit is contained in:
levinsv 2019-07-10 19:17:03 +05:00
parent cecc5fd482
commit 74f0b5299c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -1664,10 +1664,10 @@ void frmStatus::OnRefreshStatusTimer(wxTimerEvent &event)
wxArrayLong pids;
while (!dataSet1->Eof())
{
pid = dataSet1->GetLong(wxT("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")));