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

Fix CALayer-related props in TokamakAppKit #73

Closed
wants to merge 1 commit into from

Conversation

MaxDesiatov
Copy link
Collaborator

Currently none of the props that modify CALayer properties work in TokamakAppKit. The reason is that these properties can only be update in updateLayer function of NSView subclass. This PR attempts to fix that.

@MaxDesiatov MaxDesiatov self-assigned this Mar 23, 2019
@codecov-io
Copy link

Codecov Report

Merging #73 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #73   +/-   ##
=======================================
  Coverage   95.05%   95.05%           
=======================================
  Files           5        5           
  Lines         384      384           
=======================================
  Hits          365      365           
  Misses         19       19

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c8dd308...3ad3cb1. Read the comment docs.

@MaxDesiatov MaxDesiatov removed the AppKit label Apr 7, 2020
@MaxDesiatov
Copy link
Collaborator Author

Closing as outdated

@MaxDesiatov MaxDesiatov closed this Apr 8, 2020
@MaxDesiatov MaxDesiatov deleted the calayer-appkit branch April 8, 2020 18:34
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.

2 participants