mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-08 00:45:39 -05:00
Resolve shortcuts for Open Project
This commit is contained in:
@@ -18,6 +18,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d
|
||||
- Fix New Map settings being preserved when switching projects.
|
||||
- Fix scripting API callback `onMapResized` not triggering.
|
||||
- Fix crash when importing AdvanceMap metatiles while `enable_triple_layer_metatiles` is enabled.
|
||||
- Fix `File -> Open Project` not resolving folder shortcuts.
|
||||
|
||||
## [5.0.0] - 2022-10-30
|
||||
### Breaking Changes
|
||||
|
||||
@@ -608,7 +608,7 @@ QString MainWindow::getDefaultMap() {
|
||||
}
|
||||
|
||||
QString MainWindow::getExistingDirectory(QString dir) {
|
||||
return QFileDialog::getExistingDirectory(this, "Open Directory", dir, QFileDialog::ShowDirsOnly | QFileDialog::DontResolveSymlinks);
|
||||
return QFileDialog::getExistingDirectory(this, "Open Directory", dir, QFileDialog::ShowDirsOnly);
|
||||
}
|
||||
|
||||
void MainWindow::on_action_Open_Project_triggered()
|
||||
|
||||
Reference in New Issue
Block a user