mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Fix context menu settings
This commit is contained in:
parent
eb4e27dd30
commit
a92a9dd4c0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ Item
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
acceptedButtons: Qt.MouseButton.RightButton
|
acceptedButtons: Qt.RightButton
|
||||||
hoverEnabled: true;
|
hoverEnabled: true;
|
||||||
|
|
||||||
onClicked: base.contextMenuRequested()
|
onClicked: base.contextMenuRequested()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue