mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Back to QUrl, fix monitor view overlay
This commit is contained in:
parent
9e3c681d66
commit
f6b570e299
3 changed files with 42 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue