mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:23:33 +02:00
removed mousearea
This commit is contained in:
parent
de8b7eeb27
commit
34f3c4abee
1 changed files with 0 additions and 9 deletions
|
@ -184,15 +184,6 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MouseArea {
|
|
||||||
id: modelMouse
|
|
||||||
anchors.fill: parent
|
|
||||||
propagateComposedEvents: true
|
|
||||||
onClicked: {
|
|
||||||
newModelDialog.keyboardEnabled = false;
|
|
||||||
mouse.accepted = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Keyboard {
|
Keyboard {
|
||||||
|
|
Loading…
Reference in a new issue