KeyWorksRW / wxUiEditor

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

Change Import CWD on Unix/Mac #1480

Closed Randalphwa closed 2 months ago

Randalphwa commented 2 months ago

This PR changes ImportDlg so that on non-Windows platforms, the default directory is set to wxGetHomeDir(). This is the most likely location for projects to exist, and will hopefully fix the hang reported in #1477 (I can't confirm until a package build is created and installed).