Select custom icon radio button after successful download

This commit is contained in:
Jonathan White 2017-10-07 08:49:14 -04:00
parent 4277364e91
commit 157f1134bf
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -302,6 +302,7 @@ void EditWidgetIcons::addCustomIcon(const QImage &icon)
}
// Select the new or existing icon
updateRadioButtonCustomIcons();
QModelIndex index = m_customIconModel->indexFromUuid(uuid);
m_ui->customIconsView->setCurrentIndex(index);
}