mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 22:35:15 +03:00
Merge pull request #859 from iNavFlight/dzikuvx-fix-open-dialog
Fix file open dialog in mission planner
This commit is contained in:
commit
7628f3f7d2
1 changed files with 3 additions and 1 deletions
|
@ -354,7 +354,9 @@ TABS.mission_control.initialize = function (callback) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//reset text position
|
//reset text position
|
||||||
textGeom.setCoordinates(map.getCoordinateFromPixel([0,0]));
|
if (textGeom) {
|
||||||
|
textGeom.setCoordinates(map.getCoordinateFromPixel([0,0]));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function paintLine(pos1, pos2) {
|
function paintLine(pos1, pos2) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue