mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +00:00
[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:
parent
bf1e655172
commit
b5c1aa4129
1 changed files with 1 additions and 0 deletions
|
@ -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()))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue