Просмотр исходного кода

Merge branch 'CURA-9216_ToolTip' of github.com:Ultimaker/Cura into 5.0

Jaime van Kessel 2 лет назад
Родитель
Сommit
fc7e0907f7
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      resources/qml/TableView.qml

+ 6 - 0
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)