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
AvaloniaEdit/src/AvaloniaEdit.Demo/CustomMargin.cs
Line 115 in 934f022
is fixed with: double y = visualLine.VisualTop - TextView.VerticalOffset + visualLine.Height / 2;
double y = visualLine.VisualTop - TextView.VerticalOffset + visualLine.Height / 2;
The text was updated successfully, but these errors were encountered:
cc @mgarstenauer can you please check this?
Sorry, something went wrong.
I was able to open a new PR for this. Please @mgarstenauer take a look if you can. Thanks!
Successfully merging a pull request may close this issue.
AvaloniaEdit/src/AvaloniaEdit.Demo/CustomMargin.cs
Line 115 in 934f022
is fixed with:
double y = visualLine.VisualTop - TextView.VerticalOffset + visualLine.Height / 2;
The text was updated successfully, but these errors were encountered: