mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1307] [MERGED] fix(bar): always add stroke on selected_frame #1312
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/1307
Author: @CtByte
Created: 2/28/2025
Status: ✅ Merged
Merged: 3/1/2025
Merged by: @LGUG2Z
Base:
master← Head:egui_frame_stroke📝 Commits (1)
edaaddefix(bar): always add stroke on selected_frame📊 Changes
1 file changed (+18 additions, -8 deletions)
View changed files
📝
komorebi-bar/src/selected_frame.rs(+18 -8)📄 Description
This commit fixes a breaking change on the selected_frame that was introduced by eframe version 0.31.
In this version, the stroke is drawn on the inside of a Frame instead it being drawn on the outside like before. This now means that a stroke needs to be added on all the states of the Frame in order to avoid all the elements to be moving around on hover.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.