-
Notifications
You must be signed in to change notification settings - Fork 183
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
WPF installDir dialog is ignoring selectedfolder #1162
Comments
Indeed there is a mistake in the code behind. |
I see . NotifyOfPropertyChange(() => InstallDirPath); is missing in set of property InstallDirPath in class InstallDirDialogModel. Ok. Temporary I will use my own fixed copy as custom dialog. |
Bingo! |
Done. |
When installation folder is selected by "Choose file" button/dialog, then path is ignored a and text in field is not changed.
When it is typed manually it works.
WinForm version works.
The text was updated successfully, but these errors were encountered: