We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cdd16 commit e895cd3Copy full SHA for e895cd3
src/internal/TextBubble.qml
@@ -44,7 +44,7 @@ TextBubbleShape {
44
return;
45
46
const targetBounds = target.getBoundsForBubble();
47
- const stageBounds = Qt.rect(-root.stageWidth / 2, root.stageHeight / 2, root.stageWidth, root.stageHeight);
+ const stageBounds = Qt.rect(-root.stageWidth / 2, root.stageHeight / 2, root.stageWidth, -root.stageHeight);
48
49
if (onSpriteRight && nativeWidth + targetBounds.right > stageBounds.right &&
50
(targetBounds.left - nativeWidth > stageBounds.left)) { // Only flip if it would fit
0 commit comments