Make `CapturePreferences` only keep track of changes by Stefterv · Pull Request #1383 · processing/processing4

@Stefterv

Before `CapturePreferences` would override `LocalPreferences` and halt any changes upstream until `apply` was called, now it will let those changes slip through so we get immediate feedback on changes made in the preferences screen.