mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-20 14:55:14 +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,8 +354,10 @@ TABS.mission_control.initialize = function (callback) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//reset text position
|
//reset text position
|
||||||
|
if (textGeom) {
|
||||||
textGeom.setCoordinates(map.getCoordinateFromPixel([0,0]));
|
textGeom.setCoordinates(map.getCoordinateFromPixel([0,0]));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function paintLine(pos1, pos2) {
|
function paintLine(pos1, pos2) {
|
||||||
var line = new ol.geom.LineString([pos1, pos2]);
|
var line = new ol.geom.LineString([pos1, pos2]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue