mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-27 01:45:53 +03:00
[PR #390] [MERGED] re-render image if the last rectangle is different from the current one #745
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#745
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?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/390
Author: @aome510
Created: 3/6/2024
Status: ✅ Merged
Merged: 3/12/2024
Merged by: @aome510
Base:
master← Head:fix-image-rendering-bottom📝 Commits (5)
e9d8074re-render image if the last rectangle is different from the current oneacfc0b0clear the image rectangle before rendering0b8da21set skip only when image is not rendered4f28c2eseparate clearing phase and rendering phase for cover imagef792250update rendering order to render playback window first📊 Changes
3 files changed (+60 additions, -34 deletions)
View changed files
📝
spotify_player/src/state/ui/mod.rs(+12 -4)📝
spotify_player/src/ui/mod.rs(+9 -5)📝
spotify_player/src/ui/playback.rs(+39 -25)📄 Description
Resolves #389
This PR also reverts the rendering order back to the before
v0.17.0in which playback window is rendered before any popups.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.