mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Merge branch 'CURA-9216_ToolTip' of github.com:Ultimaker/Cura into 5.0
This commit is contained in:
commit
fc7e0907f7
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue