Skip to content

Commit

Permalink
Disable map canvas interaction when the QFieldCloud projects panel an…
Browse files Browse the repository at this point in the history
…d the local data picker panel are visible too
  • Loading branch information
nirvn committed Dec 21, 2023
1 parent 4227bbb commit bc22164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/qgismobileapp.qml
Expand Up @@ -419,7 +419,7 @@ ApplicationWindow {
/* The map canvas */
MapCanvas {
id: mapCanvasMap
property bool isEnabled: !dashBoard.opened && !welcomeScreen.visible && !qfieldSettings.visible && !cloudPopup.visible && !codeReader.visible
property bool isEnabled: !dashBoard.opened && !welcomeScreen.visible && !qfieldSettings.visible && !qfieldLocalDataPickerScreen.visible && !qfieldCloudScreen.visible && !cloudPopup.visible && !codeReader.visible
interactive: isEnabled && !screenLocker.enabled
incrementalRendering: true
quality: qfieldSettings.quality
Expand Down

1 comment on commit bc22164

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please sign in to comment.