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

updated to swift 5.2 #669

Merged
merged 1 commit into from
Mar 26, 2020
Merged

updated to swift 5.2 #669

merged 1 commit into from
Mar 26, 2020

Conversation

amarunko
Copy link
Contributor

@amarunko amarunko commented Feb 8, 2020

No description provided.

@@ -116,12 +116,12 @@ extension AnimationProducer {
func addCombineAnimation(_ combineAnimation: Animation, _ context: AnimationContext) {
guard let combine = combineAnimation as? CombineAnimation,
let renderer = combine.nodeRenderer,
let view = renderer.view else {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is not needed at all - just forgot to delete, sorry. The two below too


self.renderer = RenderUtils.createNodeRenderer(node, view: self)
self.renderer = RenderUtils.createNodeRenderer(node, view: self)
Copy link
Member

Choose a reason for hiding this comment

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

Looks like in MacawView only formatting was changed and it's wrong :-) Could you please avoid these changes?

@ystrot ystrot self-assigned this Mar 24, 2020
@ystrot ystrot marked this pull request as ready for review March 26, 2020 11:15
@ystrot ystrot merged commit 0fb1345 into exyte:master Mar 26, 2020
@ystrot ystrot mentioned this pull request Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants