-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Control DiffViewer: doesn't show text but color only #79
Comments
@kingcean Can you take a look? |
Hi @cpallotti73 could you please try to set |
Since I haven't heard back from @cpallotti73 , closing for now |
I get this behaviour as well - no matter what I do. To begin with, I thought it was due to my high-DPI monitor but it can be consistently reproduced on all the dev machines that I have. Presumably the "ElementHost" is playing up?? |
Hi @Scandal-UK could you please try to set Foreground property by a color to have a test? And does this happen in WinForms or WPF application? |
I have tried that - and even setting the font. This is WinForms (which I think just uses an ElementHost? I haven't looked closely), targeting .NET 5 or .NET Core 3.1. |
Of course not, I followed the instructions on the front page?? I have created my own control now with two RichTextBox instances in a SplitContainer (with synchronised scrolling), but I'd rather use your control. Steps to reproduce:
|
Could you please run the demo
|
I'm probably wrong, but the control displays the different colors in the differences lines but without text (see you image attached).
Same problem if set 'ShowInline'.
What am I doing wrong?
I use VS2019 + .net framework 4.6.1
Thanks in advance
The text was updated successfully, but these errors were encountered: