1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Update library list model after a round of library_index.json update

This commit is contained in:
Cristian Maglie 2018-09-05 18:13:14 +02:00 committed by Cristian Maglie
parent 0b4c4bbcf2
commit ddbe80b3fa

View File

@ -200,6 +200,7 @@ public class LibraryManagerUI extends InstallerJDialog<ContributedLibraryRelease
try {
setProgressVisible(true, "");
installer.updateIndex(this::setProgress);
((LibrariesIndexTableModel) contribModel).update();
onIndexesUpdated();
} catch (Exception e) {
throw new RuntimeException(e);