Skip to content

Commit

Permalink
Fix QgsFileWidget remember the folder functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 6, 2017
1 parent e397c69 commit a55b6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsfilewidget.cpp
Expand Up @@ -209,7 +209,7 @@ void QgsFileWidget::openFileDialog()
{ {
defPath = QDir::homePath(); defPath = QDir::homePath();
} }
oldPath = settings.value( QStringLiteral( "UI/lastExternalResourceWidgetDefaultPath" ), defPath ).toString(); oldPath = settings.value( QStringLiteral( "UI/lastFileNameWidgetDir" ), defPath ).toString();
} }


// Handle Storage // Handle Storage
Expand Down

0 comments on commit a55b6f4

Please sign in to comment.