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

Line Width from strokeWidth_0 for nightMode #3518

Conversation

DmitrySvetlichny
Copy link
Contributor

No description provided.

@@ -337,7 +337,7 @@ - (CGFloat)getLineWidth
}
else
{
width = [self getParamFromAttr:@"strokeWidth"].floatValue;
width = [self getParamFromAttr:[OAAppSettings sharedManager].nightMode ? @"strokeWidth_0" : @"strokeWidth"].floatValue;
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably not correct fix. Should be compared with android code.

@tigrim tigrim closed this Apr 11, 2024
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.

Direction arrows color is not adjusts to line color
3 participants