Fix file open dialog in mission planner

pull/859/head
Pawel Spychalski (DzikuVx) 5 years ago
parent 14caa6cfc6
commit c4aaaf218d

@ -354,7 +354,9 @@ TABS.mission_control.initialize = function (callback) {
}
});
//reset text position
textGeom.setCoordinates(map.getCoordinateFromPixel([0,0]));
if (textGeom) {
textGeom.setCoordinates(map.getCoordinateFromPixel([0,0]));
}
}
function paintLine(pos1, pos2) {

Loading…
Cancel
Save