Skip to content

Commit b992671

Browse files
authored
Merge pull request processing#3946 from Akarshit/CM-coreLibUpdate
Core libraries added to the count of updates
2 parents bf9b233 + 84e5ca1 commit b992671

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/src/processing/app/contrib/ContributionListing.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,11 @@ public int countUpdates(Base base) {
540540
count++;
541541
}
542542
}
543+
for (Library lib : base.getActiveEditor().getMode().coreLibraries) {
544+
if (hasUpdates(lib)) {
545+
count++;
546+
}
547+
}
543548
for (ToolContribution tc : base.getToolContribs()) {
544549
if (hasUpdates(tc)) {
545550
count++;

0 commit comments

Comments
 (0)