Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSProgress fixes branch #65

Merged
merged 5 commits into from Aug 14, 2019
Merged

NSProgress fixes branch #65

merged 5 commits into from Aug 14, 2019

Conversation

gcasa
Copy link
Member

@gcasa gcasa commented Aug 14, 2019

Fix issues with implementation of NSProgress

@gcasa
Copy link
Member Author

gcasa commented Aug 14, 2019

Fixing issues mentioned by Frederick in previous merge request.

@gcasa gcasa merged commit 61b2cbe into master Aug 14, 2019
- (void) setIndeterminate: (BOOL)flag
{
[self willChangeValueForKey: @"indeterminate"];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is unnecessary as the basic KVO mechanism should create this automatically. This is also true for some of the following methods. We should only need to add willChange.. and didChange.. methods to support different names and even for these there was a better way, if I remember correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants