Unverified Commit e5694abb authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6078 from DonLakeFlyer/StableMerge

Stable merge
parents 7aa4b6a7 f1cc892c
......@@ -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