mirror of
https://github.com/nickustinov/itsypad-macos.git
synced 2026-04-25 20:05:54 +03:00
[GH-ISSUE #59] [Minor UI Bug]: Settings window translucency draws color from wallpaper instead the immediate windows beneath #52
Labels
No labels
bug
documentation
enhancement
help wanted
localization
pending release
pull-request
question
wip
wishlist
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/itsypad-macos#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AB-boi on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/nickustinov/itsypad-macos/issues/59
A video would make this easier to explain:
https://github.com/user-attachments/assets/90c757db-78fb-4436-9fbf-3747044de103
As evident here, when the window is towards the left or right extremes of the screen, it tints to magenta. When it is at the center it tints green. These colors are not from the underlying windows. They are from the Sequoia wallpaper:
Technical Info:
MacOS Sequoia 15.7.4
Itsypad 1.9.6
@nickustinov commented on GitHub (Feb 26, 2026):
Thanks for the detailed report! This is actually standard macOS behaviour rather than an Itsypad bug – on Sequoia, the system samples the desktop wallpaper (not the windows behind) for translucent window materials like the titlebar. Every app with translucent window chrome behaves the same way, including System Settings.
Unfortunately this isn't something we can control from the app side. Closing as not actionable, but thanks for taking the time to report it!