[RAPPS] Deselect apps after installing

I found it unintuitive that each time I selected some software for installation, it wasn't automatically deselected after installation. I kept re-triggering the same installation a few times before I realized I had to manually uncheck the checked packages.
This commit is contained in:
Phil Eaton 2018-07-06 22:35:39 -04:00 committed by Alexander Shaposhnikov
parent bf1e655172
commit b5c1aa4129

View file

@ -1467,6 +1467,7 @@ private:
{ {
CDownloadManager::DownloadListOfApplications(m_AvailableApps.GetSelected()); CDownloadManager::DownloadListOfApplications(m_AvailableApps.GetSelected());
UpdateApplicationsList(-1); UpdateApplicationsList(-1);
m_ListView->SetSelected(-1, FALSE);
} }
else if (CDownloadManager::DownloadApplication(m_ListView->GetSelectedData())) else if (CDownloadManager::DownloadApplication(m_ListView->GetSelectedData()))
{ {