mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #3946 from Akarshit/CM-coreLibUpdate
Core libraries added to the count of updates
This commit is contained in:
@@ -540,6 +540,11 @@ public class ContributionListing {
|
||||
count++;
|
||||
}
|
||||
}
|
||||
for (Library lib : base.getActiveEditor().getMode().coreLibraries) {
|
||||
if (hasUpdates(lib)) {
|
||||
count++;
|
||||
}
|
||||
}
|
||||
for (ToolContribution tc : base.getToolContribs()) {
|
||||
if (hasUpdates(tc)) {
|
||||
count++;
|
||||
|
||||
Reference in New Issue
Block a user