Browse Source

Show new paths in native form.

adaptive-webui-19844
sledgehammer999 7 years ago
parent
commit
d93d0ab19e
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 2
      src/gui/fspathedit.cpp

2
src/gui/fspathedit.cpp

@ -127,7 +127,7 @@ void FileSystemPathEdit::FileSystemPathEditPrivate::browseActionTriggered() @@ -127,7 +127,7 @@ void FileSystemPathEdit::FileSystemPathEditPrivate::browseActionTriggered()
throw std::logic_error("Unknown FileSystemPathEdit mode");
}
if (!selectedPath.isEmpty())
q->setEditWidgetText(selectedPath);
q->setEditWidgetText(Utils::Fs::toNativePath(selectedPath));
}
QString FileSystemPathEdit::FileSystemPathEditPrivate::dialogCaptionOrDefault() const

Loading…
Cancel
Save