summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Slide
diff options
context:
space:
mode:
authorKaj Grönholm <kaj.gronholm@qt.io>2018-11-12 12:30:03 +0200
committerKaj Grönholm <kaj.gronholm@qt.io>2018-11-12 10:44:16 +0000
commitada8b5432f74dc8974d08964ff8d368d94da0022 (patch)
treeb6a5cb7f4d087e92c633c16a5edc09a1bcff68df /src/Authoring/Studio/Palettes/Slide
parent1f090beb1b74babca33e5b72ab77dcb354d75ab9 (diff)
Fix slide DnD with more slides
Task-number: QT3DS-2638 Change-Id: Iae88996bbf14b4b8682820de8717716f71eaedde Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Palettes/Slide')
-rw-r--r--src/Authoring/Studio/Palettes/Slide/SlideView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Authoring/Studio/Palettes/Slide/SlideView.qml b/src/Authoring/Studio/Palettes/Slide/SlideView.qml
index 0cb96919..5661f162 100644
--- a/src/Authoring/Studio/Palettes/Slide/SlideView.qml
+++ b/src/Authoring/Studio/Palettes/Slide/SlideView.qml
@@ -174,6 +174,7 @@ Rectangle {
// mouse handling for the area not covered by the delegates
propagateComposedEvents: true
anchors.fill: parent
+ z: -1 // Only reached when clicking outside delegates
acceptedButtons: Qt.AllButtons
onClicked: {
if (slideList.indexAt(mouse.x, mouse.y) === -1)