Skip to content

Fix BubbleWindow white corners and missing tail on Linux#3910

Merged
guiyanakuang merged 1 commit intomainfrom
fix/issue-3909-bubble-window-linux-transparency
Feb 16, 2026
Merged

Fix BubbleWindow white corners and missing tail on Linux#3910
guiyanakuang merged 1 commit intomainfrom
fix/issue-3909-bubble-window-linux-transparency

Conversation

@guiyanakuang
Copy link
Copy Markdown
Member

@guiyanakuang guiyanakuang commented Feb 16, 2026

Closes #3909

Summary

  • Enable window transparency for BubbleWindow on Linux by adding isLinux to the isTransparent check
  • This fixes white corners (opaque rectangular window showing behind rounded clip) and missing bubble tail arrow (BubbleShape only used when transparent)

Test plan

  • Verify on Linux (Ubuntu/GNOME) that BubbleWindow has proper rounded corners without white background artifacts
  • Verify the bubble tail/arrow is visible and points at the target item
  • Verify no regression on macOS and Windows

@guiyanakuang guiyanakuang force-pushed the fix/issue-3909-bubble-window-linux-transparency branch from 0ee9b2c to 3b32185 Compare February 16, 2026 05:43
@guiyanakuang guiyanakuang merged commit 3a551f5 into main Feb 16, 2026
2 checks passed
@guiyanakuang guiyanakuang deleted the fix/issue-3909-bubble-window-linux-transparency branch February 16, 2026 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BubbleWindow has white corners and missing bubble tail on Linux

1 participant