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

App crashes when property grid is shown #2075

Closed
thomas-goerlich opened this issue Nov 26, 2021 · 1 comment · Fixed by #2076
Closed

App crashes when property grid is shown #2075

thomas-goerlich opened this issue Nov 26, 2021 · 1 comment · Fixed by #2076
Labels
Milestone

Comments

@thomas-goerlich
Copy link

Expected Behavior

Displaying a property grid works

Actual Behavior

App crashes when property grid should be shown

Steps to Reproduce the Problem

  1. Start Eto.Test.Wpf Sample application
  2. Go to Controls > PropertyGrid
  3. App crashes for me with a NullReferenceException at CustomCellHandler.cs at line 232 due to child variable being null

Code that Demonstrates the Problem

See sample application code.

Specifications

  • Version: 2.6.0
  • Platform(s): WPF
  • Operating System(s): Windows 10
@cwensley
Copy link
Member

Hey @thomas-goerlich, thanks for reporting the issue!

@cwensley cwensley added this to the 2.6.x milestone Nov 27, 2021
cwensley added a commit to cwensley/Eto that referenced this issue Nov 27, 2021
@cwensley cwensley modified the milestones: 2.6.x, 2.6.1 Nov 27, 2021
@cwensley cwensley added the bug label Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants