mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
b05c59c27c
The progress bars for installing third-party libraries were initialized with indeterminate mode. This results in a pretty *I'm doing something* animation which slows down the system. Furthermore, the progress bars are not even visible, so there is no need for any animation. Fixes processing#1561