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

Fix Enabled property not working properly #1

Merged
merged 1 commit into from
Feb 26, 2018
Merged

Fix Enabled property not working properly #1

merged 1 commit into from
Feb 26, 2018

Conversation

contre
Copy link
Owner

@contre contre commented Feb 26, 2018

The enabled property does not work currently when using the CustomFileDialog controls because the dialogControl variable is never initialized and will always be null when attempting to set the "Enabled" flag.

I've modified the "Enabled" if condition to mimic what the "Visible" if condition was already doing.

The enabled property does not work currently when using the CustomFileDialog controls because the dialogControl variable is never initialized and will always be null when attempting to set the "Enabled" flag.

I've modified the "Enabled" if condition to mimic what the "Visible" if condition was already doing.
@contre contre merged commit 0b4741e into master Feb 26, 2018
@contre contre deleted the patch-1 branch January 24, 2020 16:41
contre pushed a commit that referenced this pull request Jan 24, 2020
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

Successfully merging this pull request may close these issues.

1 participant