Skip to content

Commit

Permalink
force focus to main panel on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera authored and wonder-sk committed Sep 28, 2020
1 parent c3dab89 commit 562b712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ ApplicationWindow {
__loader.recording = digitizing.recording
__loader.mapSettings = mapCanvas.mapSettings

mainPanel.forceActiveFocus()
console.log("Completed Running!")
}

Expand Down

3 comments on commit 562b712

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

win-apk: x86_64 (SDK: win-8)

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signed apk: armeabi-v7a (SDK: android-15)

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signed apk: arm64-v8a (SDK: android-15)

Please sign in to comment.