We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using this on Glyphs 2, it's still a great plug in but now it's showing every layer instead of just Master layers.
Thought I could fix it by adding the following (I don't know Swift but just followed the code) if aLayer.layerId = aLayer.associatedMasterId { to https://github.com/bensyverson/ShowOtherMasters/blob/3ce237ba17195edc2c4c010e3a2f6e759c657414/ShowOtherMasters/ShowOtherMasters.swift#L56-77
if aLayer.layerId = aLayer.associatedMasterId {
and get these errors: (I had to update the the Base SDK and Deployment Target to 10.10 too)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using this on Glyphs 2, it's still a great plug in but now it's showing every layer instead of just Master layers.
Thought I could fix it by adding the following (I don't know Swift but just followed the code)
if aLayer.layerId = aLayer.associatedMasterId {
to https://github.com/bensyverson/ShowOtherMasters/blob/3ce237ba17195edc2c4c010e3a2f6e759c657414/ShowOtherMasters/ShowOtherMasters.swift#L56-77
and get these errors: (I had to update the the Base SDK and Deployment Target to 10.10 too)
The text was updated successfully, but these errors were encountered: