mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #895] [MERGED] Refactoring and fix window shrunk when animate #1130
Reference in New Issue
Block a user
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/LGUG2Z/komorebi/pull/895
Author: @thearturca
Created: 6/27/2024
Status: ✅ Merged
Merged: 7/4/2024
Merged by: @LGUG2Z
Base:
feature/animated-move← Head:feature/animated-move📝 Commits (3)
0fe635arefactor(animation): renamed args parameters and variables names517a0earefactor(animation): inverse if-statement inwindow::animate_positiondc6884afix(windows_api): add shadow rect tomove_windowfunction call📊 Changes
3 files changed (+61 additions, -71 deletions)
View changed files
📝
komorebi/src/animation.rs(+15 -13)📝
komorebi/src/window.rs(+38 -47)📝
komorebi/src/windows_api.rs(+8 -11)📄 Description
This pull request fixes bug when window get shrunk during the animation posted by @AmN on discord.
Also pull request renames variables to increase readability.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.