GUI: Astyle fix.
This commit is contained in:
parent
3b080e5b0b
commit
3e0f1a5e56
|
@ -116,9 +116,9 @@ void ApplicationDialog::Ok()
|
|||
}
|
||||
else
|
||||
{
|
||||
// Convert possible native (Windows) path to internal presentation format
|
||||
mPath->setText(QDir::fromNativeSeparators(mPath->text()));
|
||||
accept();
|
||||
// Convert possible native (Windows) path to internal presentation format
|
||||
mPath->setText(QDir::fromNativeSeparators(mPath->text()));
|
||||
accept();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue