Skip to content

Commit a55b6f4

Browse files
committedAug 6, 2017
Fix QgsFileWidget remember the folder functionality
1 parent e397c69 commit a55b6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsfilewidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ void QgsFileWidget::openFileDialog()
209209
{
210210
defPath = QDir::homePath();
211211
}
212-
oldPath = settings.value( QStringLiteral( "UI/lastExternalResourceWidgetDefaultPath" ), defPath ).toString();
212+
oldPath = settings.value( QStringLiteral( "UI/lastFileNameWidgetDir" ), defPath ).toString();
213213
}
214214

215215
// Handle Storage

0 commit comments

Comments
 (0)
Please sign in to comment.