mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Lib manager GUI: removed some static access to ArduinoCoreService
This commit is contained in:
parent
bdd621786a
commit
3ba507ab43
@ -200,7 +200,7 @@ public class LibraryManagerUI extends InstallerJDialog<ContributedLibrary> {
|
||||
installerThread = new Thread(() -> {
|
||||
try {
|
||||
setProgressVisible(true, "");
|
||||
BaseNoGui.getArduinoCoreService().updateLibrariesIndex(this::setProgress);
|
||||
core.updateLibrariesIndex(this::setProgress);
|
||||
onIndexesUpdated();
|
||||
if (contribTable.getCellEditor() != null) {
|
||||
contribTable.getCellEditor().stopCellEditing();
|
||||
|
Loading…
x
Reference in New Issue
Block a user