KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
63 stars 7 forks source link

Change ImportDLG initial Directory #1481

Closed Randalphwa closed 2 months ago

Randalphwa commented 2 months ago

See PR for explanation

This PR changes the Import Project dialog. It now requires the user to choose a directory before it lists the available projects. This solves the hang caused when wxUiEditor was run on Ubuntu 22.04 (and probably other Linux distros as well). See #1477 for more details.

Note that Internal and Debug versions will set the directory and list current projects after at least one project file has been opened.