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

Issues with Inserted Back and Fore Colors #139

Open
broderickt2 opened this issue Jul 26, 2024 · 0 comments
Open

Issues with Inserted Back and Fore Colors #139

broderickt2 opened this issue Jul 26, 2024 · 0 comments

Comments

@broderickt2
Copy link

broderickt2 commented Jul 26, 2024

When using the UI properties editor, when I try to set one of the inserted colors back or fore, the other one changes to it as well. I cannot alter these colors to be different in UI editor:
image

Since the UI color picking is not working, I decided to set the colors programmatically as shown below:

diffViewer.InsertedBackColor = Color.Orange;
diffViewer.InsertedForeColor = Color.Gray;

However, setting InsertedBackColor to orange is not working. It just stays stuck as green. Only the fore color setting is working. I tried all sorts of colors and nothing is working.

Looking into the code. I found an issue with the core references:
image

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

No branches or pull requests

1 participant