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
With 2.7.0, PropertyGrid stopped showing text on the Gtk platform. On 2.6.1, text was blurry, but readable, on 2.7.0 it does not appear at all.
Look at any property grid with contents in Eto 2.7.0.
The test application PropertyGrid section exhibits the issue.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue! Are you using Eto.Gtk or Eto.Gtk3?
Sorry, something went wrong.
I am using Eto.Gtk, sorry, should've been more specific :)
No worries, I only ask to try to eliminate that as a possibility before looking into it further. 😀
Gtk: Fix rendering a CustomCell in a TreeGridView
4d3371c
Fixes picoe#2251
Successfully merging a pull request may close this issue.
With 2.7.0, PropertyGrid stopped showing text on the Gtk platform. On 2.6.1, text was blurry, but readable, on 2.7.0 it does not appear at all.
Expected Behavior (2.6.1)
Actual Behavior (2.7.0)
Steps to Reproduce the Problem
Look at any property grid with contents in Eto 2.7.0.
Code that Demonstrates the Problem
The test application PropertyGrid section exhibits the issue.
Specifications
The text was updated successfully, but these errors were encountered: