mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 01:28:58 +08:00
Fix tooltips absorbed mouseclicks for view-buttons.
This commit is contained in:
parent
902b9f278e
commit
25db711adc
@ -25,6 +25,7 @@ Row
|
|||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: catalog.i18nc("@info:tooltip", "3D View")
|
text: catalog.i18nc("@info:tooltip", "3D View")
|
||||||
|
acceptedButtons: Qt.NoButton
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -37,6 +38,7 @@ Row
|
|||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: catalog.i18nc("@info:tooltip", "Front View")
|
text: catalog.i18nc("@info:tooltip", "Front View")
|
||||||
|
acceptedButtons: Qt.NoButton
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -49,6 +51,7 @@ Row
|
|||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: catalog.i18nc("@info:tooltip", "Top View")
|
text: catalog.i18nc("@info:tooltip", "Top View")
|
||||||
|
acceptedButtons: Qt.NoButton
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -61,6 +64,7 @@ Row
|
|||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: catalog.i18nc("@info:tooltip", "Left View")
|
text: catalog.i18nc("@info:tooltip", "Left View")
|
||||||
|
acceptedButtons: Qt.NoButton
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,6 +77,7 @@ Row
|
|||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: catalog.i18nc("@info:tooltip", "Right View")
|
text: catalog.i18nc("@info:tooltip", "Right View")
|
||||||
|
acceptedButtons: Qt.NoButton
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user