Remove debugging rects from drag test
This commit is contained in:
parent
fa20d4b99b
commit
cbd1fa335c
@ -83,7 +83,7 @@ PlasmaComponents.Page {
|
||||
print(" item dropped " + objectName);
|
||||
ooo.text = objectName
|
||||
}
|
||||
Rectangle { anchors.fill: parent; color: "blue"; opacity: 0.4; }
|
||||
//Rectangle { anchors.fill: parent; color: "blue"; opacity: 0.4; }
|
||||
}
|
||||
}
|
||||
DragItem {
|
||||
@ -105,7 +105,7 @@ PlasmaComponents.Page {
|
||||
print(" item dropped " + objectName);
|
||||
ooo.text = objectName
|
||||
}
|
||||
Rectangle { anchors.fill: parent; color: "green"; opacity: 0.4; }
|
||||
//Rectangle { anchors.fill: parent; color: "green"; opacity: 0.4; }
|
||||
}
|
||||
}
|
||||
DragItem {
|
||||
|
Loading…
Reference in New Issue
Block a user