From 8f05cda9f7022db82feb0f1b8b10f92be37a54fe Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Sun, 26 Nov 2023 15:44:40 +0700 Subject: [PATCH] Fix rendering of rotated digitizing rubberband (anchors == death) --- src/qml/qgismobileapp.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/qgismobileapp.qml b/src/qml/qgismobileapp.qml index addab0b3dd..b97526b19c 100644 --- a/src/qml/qgismobileapp.qml +++ b/src/qml/qgismobileapp.qml @@ -585,7 +585,6 @@ ApplicationWindow { /** A rubberband for ditizing **/ Rubberband { id: digitizingRubberband - anchors.fill: parent mapSettings: mapCanvas.mapSettings