Commit f1cc892c authored by DonLakeFlyer's avatar DonLakeFlyer

Merge branch 'Stable_V3.3' of https://github.com/mavlink/qgroundcontrol into StableMerge

parents 7aa4b6a7 b5f3955c
......@@ -328,6 +328,9 @@ QGCView {
// than computing the coordinate offset.
anchors.fill: parent
onClicked: {
// Take focus to close any previous editing
editorMap.focus = true
//-- Don't pay attention to items beneath the toolbar.
var topLimit = parent.height - ScreenTools.availableHeight
if(mouse.y < topLimit) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment