Skip to content

fix issue #2120: wx.lib.agw.multidirdialog.MultiDirDialog.GetPaths() #2134

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

Merged
merged 1 commit into from
May 21, 2022

Conversation

DietmarSchwertberger
Copy link
Contributor

@DietmarSchwertberger DietmarSchwertberger commented Apr 11, 2022

Fixes #2120

Currently multidirdialog.py is not calling self.dirCtrl.GetPaths() but reading and returning the texts of the tree control
This results in return values like
Daten (D:)\Python\Python37-64\Lib\site-packages\wx\lib\agw
instead of
D:\Python\Python37-64\Lib\site-packages\wx\lib\agw

With wxPython 4.1.0 dirCtrl.GetPaths() failed, but with the version from the repository everything is fine.

@RobinD42 RobinD42 merged commit 59d87d9 into wxWidgets:master May 21, 2022
@DietmarSchwertberger DietmarSchwertberger deleted the ISSUE2120 branch May 31, 2022 17:21
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.

Paths issues in wx.lib.agw.multidirdialog
2 participants