Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-05-13 16:36:16 +0300
committerJaime van Kessel <nallath@gmail.com>2022-05-13 16:36:16 +0300
commitfc7e0907f70c880830022f42b49caf4e901c45ed (patch)
tree92d3d613751b789649f9875f37efb995c61086b6
parentc56530ceb82ac43256ef98f703c5005fcd4f1085 (diff)
parent482d21c6422bdcbc0e345ee9583f0eef5140a86e (diff)
Merge branch 'CURA-9216_ToolTip' of github.com:Ultimaker/Cura into 5.0
-rw-r--r--resources/qml/TableView.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/qml/TableView.qml b/resources/qml/TableView.qml
index 444d310511..7da2341908 100644
--- a/resources/qml/TableView.qml
+++ b/resources/qml/TableView.qml
@@ -171,6 +171,12 @@ Item
acceptedButtons: Qt.LeftButton
text: (cellTextMetrics.elidedText == cellContent.text) ? "" : cellContent.text //Show full text in tooltip if it was elided.
+ }
+
+ MouseArea
+ {
+ anchors.fill: parent
+ propagateComposedEvents: true
onClicked:
{
if(tableBase.allowSelection)