Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sidebar pending queries counter after 738c10d
The optimization changes of 738c10d could leave the m_pendingQueries counter in inconsistent change, because it was resetted to 0 too early. In practice, this would cause OnQueriesFinished() to be called when they weren't yet finished.
- Loading branch information