Skip to content

Commit 449a875

Browse files
committed
Fix truncated text tooltips falling behind windows
1 parent 29001c1 commit 449a875

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/framework/uicomponents/qml/Muse/UiComponents/StyledTextLabel.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Text {
5353

5454
sourceComponent: MouseArea {
5555
anchors.fill: parent
56-
acceptedButtons: Qt.NoButton
5756
cursorShape: root.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
5857
hoverEnabled: true
5958

0 commit comments

Comments
 (0)