We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b080e5 commit 3e0f1a5Copy full SHA for 3e0f1a5
1 file changed
gui/applicationdialog.cpp
@@ -116,9 +116,9 @@ void ApplicationDialog::Ok()
116
}
117
else
118
{
119
- // Convert possible native (Windows) path to internal presentation format
120
- mPath->setText(QDir::fromNativeSeparators(mPath->text()));
121
- accept();
+ // Convert possible native (Windows) path to internal presentation format
+ mPath->setText(QDir::fromNativeSeparators(mPath->text()));
+ accept();
122
123
124
0 commit comments