Back to QUrl, fix monitor view overlay

This commit is contained in:
ChrisTerBeke 2017-12-07 09:13:46 +01:00
parent 9e3c681d66
commit f6b570e299
3 changed files with 42 additions and 9 deletions

View file

@ -393,12 +393,13 @@ UM.MainWindow
right: sidebar.left
}
// MouseArea
// {
// anchors.fill: parent
// acceptedButtons: Qt.AllButtons
// onWheel: wheel.accepted = true
// }
MouseArea
{
visible: UM.Controller.activeStage.mainComponent != ""
anchors.fill: parent
acceptedButtons: Qt.AllButtons
onWheel: wheel.accepted = true
}
source: UM.Controller.activeStage.mainComponent
asynchronous: true