mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
GCS/utils: Small fix to PathChooser for Windows.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@697 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
845bc99c03
commit
147996935d
@ -164,6 +164,9 @@ void PathChooser::slotBrowse()
|
||||
predefined.clear();
|
||||
}
|
||||
|
||||
if (predefined.startsWith(":"))
|
||||
predefined.clear();
|
||||
|
||||
// Prompt for a file/dir
|
||||
QString dialogTitle;
|
||||
QString newPath;
|
||||
|
Loading…
x
Reference in New Issue
Block a user