mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:25:58 +08:00
Merge branch 'CURA-9216_ToolTip' of github.com:Ultimaker/Cura into 5.0
This commit is contained in:
commit
fc7e0907f7
@ -171,6 +171,12 @@ Item
|
|||||||
|
|
||||||
acceptedButtons: Qt.LeftButton
|
acceptedButtons: Qt.LeftButton
|
||||||
text: (cellTextMetrics.elidedText == cellContent.text) ? "" : cellContent.text //Show full text in tooltip if it was elided.
|
text: (cellTextMetrics.elidedText == cellContent.text) ? "" : cellContent.text //Show full text in tooltip if it was elided.
|
||||||
|
}
|
||||||
|
|
||||||
|
MouseArea
|
||||||
|
{
|
||||||
|
anchors.fill: parent
|
||||||
|
propagateComposedEvents: true
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
if(tableBase.allowSelection)
|
if(tableBase.allowSelection)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user